Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the basic knowledge of C++?

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "what is the basic knowledge of C++". In daily operation, I believe many people have doubts about the basic knowledge of C++. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful for you to answer the questions about "what is the basic knowledge of C++?" Next, please follow the editor to study!

Notes on C++

Comments for programs are explanatory statements, and you can include comments in C++ code, which will improve the readability of the source code. All programming languages allow some form of annotation.

C++ supports single-line comments and multi-line comments. All characters in the comment are ignored by the C++ compiler.

C++ comments begin with / * and end with * /. For example:

/ * this is a comment * / / * C++ comments can also be * cross-line * /

Comments can also start with / until the end of the line. For example:

# include using namespace std;main () {cout

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report