1
0
Fork 0
SDEV-240-81/README.md

14 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
- [SDEV-240-81A](https://classlist.champlain.edu/show/course/number/SDEV_240) programming language.
### License & Copyright
- Written by [Llewellyn van der Merwe](https://github.com/Llewellynvdm), April 2020
- Copyright (C) 2020. All Rights Reserved
- License [GNU/GPL Version 2 or later](http://www.gnu.org/licenses/gpl-2.0.html)