Home

Awesome

How to learn modern C++

A guide to the adventurer<br> First to learn modern C++ you have to choose an operating system. The C++ is the same in all of them, but the settings and some libs used are different. In this guide I focus on the development in Linux, but the info can also be useful for other operating systems. <br>

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install cmake

If you do all this steps you will have a good knowledge of C++ and can start doing large problems in C++. <br>

Links

Rust

All my other guides

Have fun!

Best regards,<br> João Nuno Carvalho