
Course C++ Part 1: Docker & LLVMClang 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.
Learn how to develop and test C++ applications using Docker and LLVM/Clang! This course guides you through setting up a containerized C++ development environment, allowing you to write, compile, and run C++ code in an isolated, reproducible setup. You'll explore LLVM/Clang, a powerful alternative to GCC, and leverage Docker for cross-platform compatibility and dependency management. Whether you're optimizing your workflow, ensuring consistent builds, or learning modern C++ tooling, this course will give you hands-on experience in efficient and portable C++ development.
Course Curriculum
- 001. Before You Begin—Overview
- 002. Our Corresponding Books
- 003. Getting the Source Code
- 004. Compilers We Use
- 005. Windows Users Setting Up Microsoft Visual Studio Community Edition
- 006. Linux Users Setting Up GNU C++
- 007. macOS Users Setting Up Apple Xcode
- 008. macOS Users Installing GNU C++ (g++) 13
- 009. Docker
- 010. Getting your questions answered
- 010. Getting your questions answered
- 011. Contacting Paul Deitel