Skip to content

priteshrnandgaonkar/cpplearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpplearn

It is a repo which helps me learn and test out c++

To start playing around, write your code under SourceCode directory and test out the logic in main.cpp

// In root directory

mkdir Build
cd Build
cmake ..
make
./Demo

The root folder is executable which depends in SourceCode library in SourceCode folder. Not meant for production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published