This is a personal repository where I share interesting things and knowledge I gather while learning C++.
Install GCC compiler on mac with homebrew brew install gcc
- Documentation - Not the official documentation bc there is none
- cplusplus.com
- GCC Compiler Home
- C and C++ by excamples
- C++ examples
- learncpp.com - Nice Tutorial site
- Free Books
- Clang vs GCC - Which is better?
- Array vs Vector vs List (Stackoverflow)
- Array vs Vector vs List (Reddit)
- Reddit - The C++ subreddit
-
Tutorial 2021 - C++ in 2 hours by Derek Banas
-
C++ Programming Course - 31 hours full of C++
- Google C++ Style Guide
- C++ Core Guidelines - "Official" set of C++ guidelines
- C++ Dos and Don'ts - The Chromium Projects > For Developers > Coding Style > C++ Dos and Don'ts.
- GNU Coding Standard
Louis-Kaan Ay - louis-kaan.ay@gmail.com