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

https://github.com/georgecatalin-codepractice-courses/cpp-essential-training-for-career-changers

Code practice associated with the course "C++ Essential Training for Career Changers" by Peggy Fisher on Linkedin Learning.
https://github.com/georgecatalin-codepractice-courses/cpp-essential-training-for-career-changers

cplusplus cplusplus-basic cpp cpp11 linkedin-learning

Last synced: about 2 months ago
JSON representation

Code practice associated with the course "C++ Essential Training for Career Changers" by Peggy Fisher on Linkedin Learning.

Awesome Lists containing this project

README

          

# C-Essential-Training-for-Career-Changers
Code practice associated with the course "C++ Essential Training for Career Changers" by Peggy Fisher on Linkedin Learning.

https://www.linkedin.com/learning/c-plus-plus-essential-training-for-career-changers/

## Learning objectives
* Compiling and running C++ programs
* Creating variables in C++
* Choosing the correct data type to represent variables
* Creating assignment expressions
* Changing data types in C++
* Comparing values in C++
* Using logical operators
* Comparing strings in C++
* Defining and calling a function
* Using arrays in C++