Horje
comment in c++ Code Example
comment in c++
// 1.This is a single line comment

/* 2. This is a
	multi-line comment */
comment in C++
// This is a Comment
/*
This is a 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!";




Cpp

Related
Using find in Vector c++ Code Example Using find in Vector c++ Code Example
heap c++ stl Code Example heap c++ stl Code Example
c++ split string by several space Code Example c++ split string by several space Code Example
run cmd command c++ Code Example run cmd command c++ Code Example
c++ vector element search Code Example c++ vector element search Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10