Completed
C++ Tutorial - Project build system using CMake in ubuntu (for beginners)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Tutorial - Complete Project Development from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 C++ Tutorial - Project from scratch (for beginners) - Introduction and contents
- 2 C++ Tutorial - Project structure and versioning control setup using git and github (for beginners)
- 3 C++ Tutorial - Project build system using CMake in ubuntu (for beginners)
- 4 C++ Tutorial - Project build system using Make in ubuntu (for beginners)
- 5 C++ Tutorial - Project build system using Bitbake (no YOCTOPROJECT)(for beginnners)
- 6 C++ Tutorial - Tic Tac Toe Game (for beginners)
- 7 C++ Tutorial - Project testing - GTest and GMock introduction (for beginners)
- 8 C++ Tutorial - Project testing - Test cases with gtest (for beginners)
- 9 C++ Tutorial - Project testing - Test cases with mocks using gtest and gmock (for beginners)
- 10 C++ Tutorial - Automated testing with Buildbot CI