Skip to content

Latest commit

 

History

History
181 lines (109 loc) · 5.24 KB

README.md

File metadata and controls

181 lines (109 loc) · 5.24 KB

Learn C++

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

Whale Talk

6. Functions

UFO

7. Classes & Objects

  • asdf

The Object of Your Affection

8. Pointers

  • pointers.cpp

Bleep

C++ Community Challenge 2019

C++ Style Guides

C++ Cheatsheets

  • TBA

Talking C++

  1. Interview with Simon Brand https://dev.to/codecademy/talking-c-interview-with-simon-brand-3gma
  2. TBA

Hall of Fame

  • TBA

Black Jack

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.