Basic usage of getting data from standard input (keyboard normally) using std::cin.
To build:
$: clang++ getinput.cpp
Run it:
$: ./a.out
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...
No comments:
Post a Comment