Recommended References
No video available for this topic. Explore these curated study references:
1 / 3
article
flowthermolab.com
Scientific Computing with C++ : Part 2
Explore this reference material for in-depth technical documentation and background theory on Introduction to the Standard Library.
Source: flowthermolab.comRead Reference
Introduction to the Standard Library
Learning Objectives
- •Console I/O with `<iostream>`
- •File I/O with `<fstream>`
- •Basic String Manipulation with `<string>`
- •Dynamic Arrays with `<vector>`
Weekly Outcome
By the end of this module you will be able to compile, build, and run a basic C++ application using a modern toolchain and manage project dependencies with CMake.