File I/O sample in C++
When .exe file is run, the user is prompted for input. The program then returns a string with the user input embedded.
Compiles with the GNU Compiler Collection (GCC)
g++ -c main.cpp
g++ main.o -o main
./main
| Name | Name | Last commit date | ||
|---|---|---|---|---|