16 Forks
42 Stars
42 Watchers

9E

Code samples from Teach Yourself C++ In One Hour a Day, Ninth Edition by Siddhartha Rao. Released in 2022 this book uses nearly 300 code samples to explain the most modern C++ language features including C++20 and C++23

How to download and setup 9E

Open terminal and run command
git clone https://github.com/learncppnow/9E.git
git clone is used to create a copy or clone of 9E repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with 9E https://github.com/learncppnow/9E/archive/master.zip

Or simply clone 9E with SSH
[email protected]:learncppnow/9E.git

If you have some problems with 9E

You may open issue on 9E support forum (system) here: https://github.com/learncppnow/9E/issues