1
0
Fork 0
Go to file
Llewellyn van der Merwe edaa99404b
Fixed all the project folder refs in the build scripts.
2020-05-02 09:16:14 +02:00
week-03 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-04 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-05 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-06 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-07 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-09 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-10 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
week-15@e11c826163 Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +02:00
.gitmodules Fixed all the project folder refs in the build scripts. 2020-05-02 09:16:14 +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