C++
Offered By: YouTube
Course Description
Overview
Dive into a comprehensive 3.5-hour C++ programming tutorial covering essential concepts and best practices. Learn to set up the CLion IDE with MSYS2, explore array alternatives like std::array, and master STL functions. Discover vector manipulation, file input, and advanced class techniques including constructors, accessors, and operator overloading. Gain insights on code organization by separating classes into header and implementation files. Explore STL algorithms with lambdas and capture clauses. Conclude with an introduction to algorithmic complexity and Big O notation, providing a solid foundation for efficient C++ development.
Syllabus
HOW TO Install CLion and MSYS2.
Arrays are Evil, Looping, Buffer Overflow.
Arrays are Evil, std::array Container is better, STL copy function, & osteam_iterators.
C++ Using Vector, find_if, copy_if, & Inputting a whole file into a vector.
CLion Rename main.cpp.
C++ Classes, Constructors, Accessors, Mutators, friends, and overloaded operator.
Separating a C++ class into a .h and .cpp files.
C++ Class containing vector of objects; STL copy, find_if; lambdas & capture.
Hello Complexity - Big O Notation.
Taught by
drprventura
Related Courses
Algorithmic Thinking (Part 1)Rice University via Coursera Algorithmic Thinking (Part 2)
Rice University via Coursera Data Structures and Performance
University of California, San Diego via Coursera Calculus: Single Variable Part 1 - Functions
University of Pennsylvania via Coursera Calculus: Single Variable Part 3 - Integration
University of Pennsylvania via Coursera