Skip to content
/ ccc Public
forked from JLospinoso/ccc

Companion Code for C++ Crash Course

License

Notifications You must be signed in to change notification settings

mfaughn/ccc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Crash Course

Get the Book

C++ Crash Course is currently in Early Access.

Install Software

  1. Follow the instructions in Chapter 1 for setting up a development environment.
  2. Download and install CMake
  3. Download and install Boost
  4. Download and install Git

Build the Examples

Docker Repository on Quay

First, clone this repository:

git clone git@github.com:JLospinoso/ccc

Next, perform an out-of-source CMake build. For example:

cd ccc
git submodule init
git submodule update
mkdir build
cd build
cmake ..

Your build directory should now contain requisite files for building on your current platform. On Windows, for example, you should find a .sln Visual Studio Solution file. On macOS/Linux, you should find a make file.

About

Companion Code for C++ Crash Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • CMake 8.5%
  • Dockerfile 0.1%