Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
Code work from the course "C++ Essential Training" by Bill Weinman on Linkedin Learning.
- Host: GitHub
- URL: https://github.com/georgecatalin/cpp-essential-training
- Owner: georgecatalin
- Created: 2020-04-24T10:54:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T13:14:17.000Z (over 4 years ago)
- Last Synced: 2024-11-19T14:07:04.775Z (about 2 months ago)
- Topics: cplus, cplusplus, cplusplus-11, cpp, cpp-course, linkedin-learning
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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