Learn C++
Curriculum Developer: Sonny Li ([email protected])
Curriculum Developer: Mariel Frank ([email protected])
Artwork: Jared Langel
Course Link
https://www.codecademy.com/learn/learn-c-plus-plus
Textbook
Programming Principles and Practice Using C++ (Bjarne Stroustrup)
1. Hello World
$ g++ hello.cpp -o hello
$ ./hello
Block Letters:
2. Variables
3. Conditionals & Logic
Rock Paper Scissors Lizard Spock:
4. Loops
5. Vectors
-
tokyo.cpp
-
oddeven.cpp
Whale Talk:
6. Functions
UFO:
7. Classes & Objects
The Object of Your Affection:
8. References & Pointers
-
pointers.cpp
Bleep:
Cheatsheets
- Hello World
- Variables
- Conditionals & Logic
- Loops
- Vectors
- Functions
- Classes & Objects
- References & Pointers
Talking C++
Community Challenge
Style Guides
- Codecademy C++ Style Guide
- Microsoft C++ Style Guide
- Google C++ Style Guide
Hall of Fame
- TBA
Contribution Guidelines
We'd love to have you contribute!
Please note that this project is released with a Contributor Covenant. By participating in this project you agree to abide by its terms.