Search
 
SCRIPT & CODE EXAMPLE
 

CPP

comment in c++

// This is a single one line comment

/*
multiline comment
*/
Comment

comment in c++

// 1.This is a single line comment

/* 2. This is a
	multi-line comment */
Comment

how to make a comment in c++

//This is a single line comment in C++.

/*
This
is a 
multiline comment
*/
Comment

c++ comment

// Comment here
/*
	Comment
    Here...
*/
Comment

comment in C++

// This is a Comment
/*
This is a Comment
*
Comment

add comment in c/c++

/* This is a comment */

/* C++ comments can also
   * span multiple lines
*/
Comment

comment in c++

//one line comment

/* The code below will print the words Hello World!
to the screen, and it is amazing */
cout << "Hello World!";
Comment

c++ comment

/* this is a comment. use /*
if you wanna close the comment. use this */
Comment

c++ comment

/* with this you start a dubble comment
with this you close the dubble comment */

// this is a single comment


/* if you dont close a comment the whole code will be a comment.
so it dont work anymore */
Comment

c++ single comment

//single comment

use comments to remember code
Comment

C++ Comments

// This is a comment
cout << "Hello World!";
Comment

PREVIOUS NEXT
Code Example
Cpp :: C++ Class Template Declaration 
Cpp :: compile and run cpp file on mac c++ 
Cpp :: c++ char 
Cpp :: activity selection problem 
Cpp :: what destructor used for in c++ 
Cpp :: data type c++ 
Cpp :: cout in c++ 
Cpp :: c++ shared pointer operator bool 
Cpp :: ifstream file (“code2.txt”); dev C++ 
Cpp :: array bubble sort c++ static 
Cpp :: read a file line by line c++ struct site:stackoverflow.com 
Cpp :: even or odd program in c++ 
Cpp :: c++ profiling tools 
Cpp :: 1822. Sign of the Product of an Array leetcode in c++ 
Cpp :: c++ to c converter tool 
Cpp :: point in polygon 
Cpp :: qtextedit no line break 
Cpp :: 0-1 knapsack problem implementation of code input array 
Cpp :: define for loop c++ 
Cpp :: c++ how to use and or in if 
Cpp :: ternary operator rsut 
Cpp :: sjfoajf;klsjflasdkfjk;lasjfjajkf;dslafjdjalkkkjakkkkkkkkkkkkkkkkfaWZdfbhjkkkk gauds 
Cpp :: sfml time set 
Cpp :: tan trigonometric function 
Cpp :: code::block uncomment 
Cpp :: ubuntu dotnet create blazorserver linux 
Cpp :: i++ and++i 
Cpp :: c++ qt qtreewidget lock first column 
Cpp :: how to print std::string 
Cpp :: add integers 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =