Brief Summary
This course is your friendly guide to learning C++ and Object Oriented Programming. With tons of examples and easy explanations, you'll get to grips with coding in no time—all while having fun with it. Start your programming journey today!
Key Points
-
Learn C++ programming from scratch
-
Understand Object Oriented Programming (OOP)
-
Explore over 15 practical code examples
-
Build skills step by step
-
Discover advanced topics like Template Classes and Linked Lists
Learning Outcomes
-
Become comfortable with basic C++ syntax and concepts
-
Understand how to create and use classes and objects
-
Learn about important data structures like Linked Lists
-
Gain insight into using Template Classes for flexibility
-
Write your own C++ programs by course end
About This Course
Learn C++ and Object Oriented Programming (OOP) - Learn by example with over 15 (and growing) code examples
C/C++ has been used for many years to write some of the best applications for many of the computers out there.
Going me and in this course I teach you how to program the fast, powerful and popular C++ programming language from scratch, only assuming you have basic computer.
Learn by example with over 15 (and growing) code examples plus lectures to explain key concepts in C++.
C++ has been favoured by the professional programmers for many years because of its power and flexibility. Many games have been written in C++. Many of the scripting languages modelled on the syntax and style.
Even today C++ is a popular language, even still amongst the indie game programmers. Its flexible enough to create a Windows UI or program a Unix TCP server.
C++ is a challenging language; but in this course I take you step by step through the basics. Building you skills and through many code examples I show you how to build a program and how to create C++ classes and objects.
So, don't delay, start learning today and you could be using these basics in your next computer program.
5th June 2015 - Course Update
Template classes are great; they provide a way of create a class to manipulate a data type even when you are not sure what that datatype will be. I've just added a new lecture that shows you an example Template Class and how they are used. Enjoy.
9th June 2015 - Course Update
3 new lectures added. One on Linked Lists, one on Enum and third on Union. Enjoy
Create a C/C++ Program
Understand Variable, Loops and other fundamental C++ programming structure
To be able to create classes and know what an object is
Krishitha A.
Mr.Sean did a good job in making me understand each and every topic. Also the quiz made me know the definitions. Thank You.