1
0
Fork 0
Go to file
Llewellyn van der Merwe 826d4cd1f8
Week 3:
Assignment - Coding in C++
2020-02-02 19:32:10 +02:00
week-03 Week 3: 2020-02-02 19:32:10 +02:00
LICENSE Week 3: 2020-02-02 19:32:10 +02:00
README.md Week 3: 2020-02-02 19:32:10 +02:00

README.md

C++ Programming I - Spring 2020 (2020SP)

This course will teach you programming concepts using a major industry programming language, C++. We will cover the history of programming languages, the essentials of the C++ programming language, and how to write effective and efficient programs to solve a variety of real-world problems.

This graphic is the standard symbol for the C++ programming language. It captures the evolution of programming languages, in that C++ is an extension of the C language. The “++” is an essential operator in both languages, the post-increment operator. The syntax indicates use the current value of C and then add on to it. That is the exact design philosophy of the C++

Champlain College