C++ Tutorial for Beginners - Full Course
Offered By: freeCodeCamp
Course Description
Overview
Embark on a comprehensive 4-5 hour video tutorial designed to introduce beginners to the core concepts of C++ programming. Start with installation instructions for both Windows and Mac, then progress through fundamental topics such as variables, data types, and user input. Learn to create basic programs like calculators and mad libs while exploring arrays, functions, and control structures. Dive into more advanced concepts including loops, pointers, classes, and inheritance. Follow along with hands-on coding exercises and projects, including building a guessing game and working with 2D arrays. Gain a solid foundation in C++ syntax, object-oriented programming principles, and essential programming techniques to kickstart your journey as a C++ developer.
Syllabus
) Introduction.
) Windows Installation.
) Mac Installation.
) Setup & Hello World.
) Drawing a Shape.
) Variables.
) Data Types.
) Working With Strings.
) Working With Numbers.
) Getting User Input.
) Building a Calculator.
) Building a Mad Libs.
) Arrays.
) Functions.
) Return Statement.
) If Statements.
) If Statements (con't).
) Building a Better Calculator.
) Switch Statements.
) While Loops.
) Building a Guessing Game.
) For Loops.
) Exponent Function.
) 2d Arrays & Nested Loops.
) Comments.
) Pointers.
) Classes & Objects.
) Constructor Functions.
) Object Functions.
) Getters & Setters.
) Inheritance.
Taught by
freeCodeCamp.org
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera