Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Start With C / C++ and Object Oriented Programming
Rating: 3.8 out of 5(36 ratings)
3,274 students

Start With C / C++ and Object Oriented Programming

Learn C++ and Object Oriented Programming (OOP) - Learn by example with over 15 (and growing) code examples
Created bySean McCammon
Last updated 12/2015
English

What you'll learn

  • 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
  • Go further and have the understanding to continue into more complex C++ structure

Course content

10 sections44 lectures3h 6m total length
  • C++ Compiler and IDE2:31

    There are many C++ compilers out there but in this lecture I show you one I like to use.

  • Hello World2:19

    In most code related tutorials we always start with the Hello World example. This is my C++ course Hello World

  • What Is A Variable2:55

    What is a variable and how are they used in C++. In this lecture we look at this

  • Code Example Of A Variable7:42

    In this lecture we examine a simple bit of C++ code that give variable definition examples

  • Notes on Variables0:28

    Some notes on good variables and bad variables


  • What Are Strings5:03

    There are a few ways of representing strings/words in C++. Here we examine the common used examples

  • Code Examples of Strings4:37

    In this lecture we examine a simple bit of C++ code which has string definitions

  • What do you remember about variables

Requirements

  • Basic understanding of computers
  • No prior C++ knowledge

Description

C/C++ has been used for many years to write some of the best applications for many of the computers out there.

  • Have you ever wanted to learn C/C++?
  • Looked at code and thought it looked graceful yet complex?

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

Who this course is for:

  • Anyone looking to learn C/C++
  • Anyone who want to learn how to program
  • Someone who wants to be able to understand the structure of a C++ program