Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgecatalin/cpp-essential-training

Code work from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.
https://github.com/georgecatalin/cpp-essential-training

cplus cplusplus cplusplus-11 cpp cpp-course linkedin-learning

Last synced: about 12 hours ago
JSON representation

Code work from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.

Awesome Lists containing this project

README

        

# C-Essential-Training
Code exercises from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.

https://www.linkedin.com/learning/c-plus-plus-essential-training-2/

## Learning objectives
* Setting up Xcode and Visual Studio
* Statements and expressions
* Variables
* Primitive arrays and strings
* Conditionals
* Loops
* Data types
* Operators
* Functions
* Classes and objects
* Templates
* Standard Library and Standard Template Library