//replaced system("pause") for linux friendly
cin.ignore; //if you have newline before this line, then you should add this(or just use it because why not?)
cin.get(); // waits for a character (or just waits for your enter)
Code Example |
---|
Cpp :: what is c++ standard library |
Cpp :: create copy constructor c++ |
Cpp :: time of a loop in c++ |
Cpp :: why is using namespace std a bad practice |
Cpp :: stringstream stream number to string |
Cpp :: map declaration c++ |
Cpp :: how to use cout function in c++ |
Cpp :: c++ encapsulation |
Cpp :: swap elements array c++ |
Cpp :: c++ logger class example |
Cpp :: How to create files in C++ |
Cpp :: c++ create thread |
Cpp :: c++ basic snippet |
Cpp :: currency converter c++ |
Cpp :: how to add c++14 in sublime text |
Cpp :: ++i and i++ |
Cpp :: gettimeofday header file |
Cpp :: notepad++ |
Cpp :: automatic legend matlab |
Cpp :: C++ std::optional |
Cpp :: c++ float and double |
Cpp :: c++ split string by space into array |
Cpp :: c++ program to convert character to ascii |
Cpp :: string format decimal places c++ |
Cpp :: enum c++ |
Cpp :: constructor syntax in c++ |
Cpp :: print in c ++ |
Cpp :: opencv cpp create single color image |
Cpp :: resharper fold statement |
Cpp :: what library is rand in c++ |