
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.
Master C++ development with Docker and GNU GCC in a fully containerized environment! This course walks you through setting up a reproducible C++ workspace using Docker, ensuring seamless compilation and execution across different systems. You'll learn how to use GCC (GNU Compiler Collection) to build, test, and debug your applications efficiently while leveraging Docker for cross-platform compatibility and dependency management. Whether you're optimizing workflows or ensuring consistent development environments, this course provides hands-on experience for modern and portable C++ development.
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