Back to Browse

Before you begin - Object Oriented Programming in C++ (Part 0)

58.0K views
Apr 24, 2012
19:46

Part 0 in a series about object oriented programming (OOP) in C++. This video reviews basic concepts required before starting OOP in C++, including pointers and structs. This is my first ever video tutorial, and constructive criticism or comments are appreciated! From http://codemium.wordpress.com/object-oriented-programming-in-c/ Please note: In this video, I accidentally used 'delete' to free memory associated with an array. When freeing memory associated with an array, in particular, you should use 'delete[]'. For other types of variables, 'delete' should suffice. Twitter: https://twitter.com/swiftflux Do you like video games? Check out this awesome streamer: Twitch: http://www.twitch.tv/not_jenn Twitter: https://twitter.com/not__jenn

Download

0 formats

No download links available.

Before you begin - Object Oriented Programming in C++ (Part 0) | NatokHD