项目作者: Codecademy

项目描述 :
Codecademy | Learn C++
高级语言: C++
项目地址: git://github.com/Codecademy/learn-cpp.git
创建时间: 2019-02-25T18:37:56Z
项目社区:https://github.com/Codecademy/learn-cpp

开源协议:

下载


Learn C++

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

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

Artwork: Jared Langel

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

Textbook

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

1. Hello World

  1. $ g++ hello.cpp -o hello
  2. $ ./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

The Object of Your Affection:

8. References & Pointers

  • pointers.cpp

Bleep:


Cheatsheets

  1. Hello World
  2. Variables
  3. Conditionals & Logic
  4. Loops
  5. Vectors
  6. Functions
  7. Classes & Objects
  8. References & Pointers

Talking C++

  1. Talking C++: Interview with Simon Brand
  2. Talking C++: Interview with Bjarne Stroustroup

Community Challenge

Style Guides

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.