Skip to content

edwerner/Cpp-File-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cpp-File-IO

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)

Compile:

g++ -c main.cpp 
g++ main.o -o main

Run:

./main

About

File I/O sample in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages