Course C++ Part 2: Docker & GNU C++ Version: Test-Driving a C++ Application
Course Description
Learn to set up Docker with the GNU C++ compiler, allowing you to test and develop C++ applications seamlessly across environments.
Course Curriculum
- 001. Lesson 2 Overview Intro to C++ Programming
- 002. First Program in C++ Displaying a Line of Text
- 003. Common Escape Sequences
- 004. Modifying Our First C++ Program Displaying a Single Line of Text with Multiple Statements
- 005. Modifying Our First C++ Program Displaying Multiple Lines of Text with a Single Statement¶
- 006. Another C++ Program Adding Integers
- 007. Arithmetic
- 008. Decision Making Equality and Relational Operators
- 009. Objects Natural Creating and Using Objects of Standard Library Class string