garbagetrash / learncpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning CPP

I know the basics, but its time to learn a bit more. Using the "Functional Programming in C++" book for now.

Build

CMake based build.

$ mkdir build
$ cd build
$ cmake ..
$ make

About


Languages

Language:C++ 88.5%Language:CMake 8.6%Language:C 2.9%