Horje
cout console Code Example
cout console
//std::cout -> Write in the console
std::cout<<" Your text here "<<std::endl;
//std::endl -> Add a line break
//This work :
int a = 23;
std::cout << a ;
//The console will write '23'




Cpp

Related
c++ linker input and output Code Example c++ linker input and output Code Example
ejemplo Code Example ejemplo Code Example
determining a string is subsequence of another Code Example determining a string is subsequence of another Code Example
subsets of a given array Code Example subsets of a given array Code Example
first and last digit of a number in c++ Code Example first and last digit of a number in c++ Code Example

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