Course C++ Part 8: Control Statements, Part 2
Course Description
In part two of this course, you will dive deeper into C++ programming by exploring loops, nested conditions, and advanced control flow techniques. This section builds on your foundational knowledge, enabling you to write more efficient and dynamic code. Through practical examples and hands-on exercises, you'll learn how to apply these concepts to solve complex problems and enhance your programming skills.
Course Curriculum
- 001. Lesson 8 Overview strings, string views, Text Files, CSV Files and Regex
- 002. string Assignment and Concatenation
- 003. Comparing strings
- 004. Substrings
- 005. Swapping strings
- 006. string Characteristics
- 007. Finding Substrings and Characters in a string
- 008. Replacing Characters in a string
- 009. Inserting Characters into a string
- 010. C++11 Numeric Conversions
- 011. C++17 string view
- 012. Creating a Sequential File
- 013. Reading Data from a Sequential File
- 014. C++14 Reading and Writing Quoted Text
- 015. String Stream Processing--Demonstrating ostringstream
- 016. String Stream Processing--Demonstrating istringstream
- 017. Raw String Literals
- 018. Using rapidcsv to Read the Contents of a CSV File
- 019. Reading and Analyzing the Titanic Disaster Dataset, Part 1
- 020. Reading and Analyzing the Titanic Disaster Dataset, Part 2
- 021. Reading and Analyzing the Titanic Disaster Dataset, Part 3
- 022. Reading and Analyzing the Titanic Disaster Dataset, Part 4
- 023. Objects Natural Case Study Introduction to Regular Expressions
- 024. Matching Complete Strings to Patterns
- 025. Replacing Substrings
- 026. Searching for Matches