YoVDO

C++

Offered By: YouTube

Tags

C++ Courses C Programming Courses Vectors Courses Big O Notation Courses Standard Template Library (STL) Courses Operator Overloading Courses

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

程序设计实习 / Practice on Programming
Peking University via Coursera
程序设计与算法(大学先修课)
Peking University via Coursera
Programming in C++
Indian Institute of Technology, Kharagpur via Swayam
Fundamentals of Computer Science
Indian Institute of Technology Bombay via edX
Complete Modern C++ (C++11/14/17)
Udemy