Search
 
SCRIPT & CODE EXAMPLE
 

CPP

C++ Multi-line comments

/* declaring a variable
to store salary to employees
*/
int salary = 2000;
Comment

multiline comment in C++

/*
Multiline comments
like this
*/

Statement out of multiline comment
Comment

c++ comment out multiple lines

Ctrl+Shift+/
Comment

PREVIOUS NEXT
Code Example
Cpp :: qt popup window 
Cpp :: double to string c++ 
Cpp :: g++ optimization flags 
Cpp :: how to traverse a linked list in c++ 
Cpp :: c++ infinite for loop 
Cpp :: count occurrences of character in string c++ 
Cpp :: how to check size of file in c++ 
Cpp :: queue in c++ 
Cpp :: c++ compare time 
Cpp :: C++ do...while Loop 
Cpp :: c++ code for quicksort 
Cpp :: in c++ the default value of uninitialized array elements is 
Cpp :: scan line in c++ 
Cpp :: latex table landscape 
Cpp :: c++ iterate map 
Cpp :: c++ reading string 
Cpp :: abs in c++ 
Cpp :: how to remove an element from a vector by value c++ 
Cpp :: not in c++ 
Cpp :: bitwise count total set bits 
Cpp :: how to add an element to std::map 
Cpp :: c++ clear char array 
Cpp :: declaring 2d dynamic array c++ 
Cpp :: length of array in cpp 
Cpp :: cpp pushfront vector 
Cpp :: C++ Area and Perimeter of a Rectangle 
Cpp :: c++ double is nan 
Cpp :: abs in cpp 
Cpp :: lua table contains 
Cpp :: cpp float 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =