Skip to content

romanprograms/cpp-kitchen-sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++

# to compile and run
cd cpp-kitchen-sink
# with this approach you have to list all the cpp file paths as arguments
# TODO put this bin perhaps.
g++ src/main.cpp -o target/main && target/main

About

collection of random cpp code snippets and experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages