Skip to content

jorgeandr3s/learn-cpp

 
 

Repository files navigation

Learn C++ | Codecademy

Curriulum Developer: Sonny Li (sonny@codecademy.com) alt text alt text

Curriulum Developer: Mariel Frank (mariel@codecademy.com) alt text alt text

Artwork: Jared Langel

Course Link

https://www.codecademy.com/learn/learn-c-plus-plus

Textbook

Programming Principles and Practice Using C++ (Bjarne Stroustrup)

Discord

https://discord.gg/N95DFrT

1. Hello World

$ g++ hello.cpp -o hello
$ ./hello

Block Letters:

2. Variables

Dog Years:

Quadratic Formula:

Piggy Bank:

3. Conditionals & Logic

Magic 8-Ball

Harry Potter Sorting Hat

Rock Paper Scissors Lizard Spock

4. Loops

Fizz Buzz

5. Vectors

  • tokyo.cpp
  • whale.cpp

Whale Talk

  • bleep.cpp

6. Functions

UFO

  • ufo.cpp

7. OOP

8. Pointers

  • pointers.cpp

Terminal Game Challenge 2019

  • TBA

C++ Style Guides

C++ Cheatsheets

  • TBA

Hall of Fame

  • TBA

Black Jack

License

Codecademy © Songqiao Li

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%