Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

cpp_basic

Some Basic C++ concepts and examples

As writing rules, please follow https://google.github.io/styleguide/cppguide.html

For the ones who really loves C++, I suggest two youtube playlist:

(All credits to specific authors)

The first one covers an incredible variety of arguments, spacing from basic concepts to very advanced once; while the latter can be easier to understand for novices.

My suggestion is to start with the second one by The Cherno and then pass to the first one.

I would try to add a link in each concept referring to the specific lesson

Coffee Machine Example

The folder coffee_machine contains an example of how structure a "real" directory and some basic classes for a to-do project. This example shows how you could potentially implement some classes.

See Coffee Machine for more info.