C++ is an important programming language that is used on almost all computer platforms. C++ allows you to create applications where speed is of the essence. C++ applications run quickly because they are compiled into machine language and the machine language is directly interpreted by the computer. C++ is frequently used for console video games, [...]
C/C++/Objective C
Beginning C# Course
Welcome to the LearnToProgram.tv Course: C# For Beginners. This extensive course teaches you all the skills used by professional .net developers every day to program in C#. Upon completion of this course– Almost 4 and a half hours of video instruction, 6 lab exercises and dozens and dozens of code examples, you will be proficient [...]
C Programming: iOS Development Starts Here
Welcome to the LearnToProgram.tv C Programming Course. This course is designed to teach you how to program in C. It is a perfect first course for someone who has never programmed before, and would like to get into iOS programming. In no time this course will have you programming in C like a professional. Watch [...]
iOS Tutorial: iOS 6 Rotation
The method for developers to control the rotation of the iOS device has changed in iOS 6. In this iOS tutorial, master trainer Mark Lassoff shows you how to control the rotation of an iOS device while developing for iOS 6. This iOS tutorial will help developers control iPhone rotation and iPad rotation within their [...]
PhoneGap For iOS: Creating Mobile Applications
The PhoneGap Library allows you to create iOS, Android and Windows 8 mobile applications with the convenient HTML5, Javascript and CSS stack. PhoneGap acts as an intermediary between the hardware and the developer, allow you to create powerful apps that are not only easy to develop using common web languages, but also cross platform. In [...]
Programming in C++ for the Mac: Fundamental Data Types
C++ is an important programming language that is used on almost all computer platforms. C++ allows you to create applications where speed is of the essence. C++ applications run quickly because they are compiled in to machine language and the machine language is directly interpreted by the computer. C++ is frequently used for console video [...]
iOS Tab View Controller Tutorial
At first glance iOS development may seem complicated, but with our iOS tutorials, creating your own iOS applications is easy. In this short tutorial, master trainer Mark Lassoff will show you how to create a tab view controller and add views to it in iOS. Tab views is one of the most popular application GUI [...]
C Programming Tutorial | Conditionals: IF/ELSE/ELSE IF | Game Programming Part 2
This is part 2 of the Conditionals: IF/ELSE/ELSE IF tutorial. This video will review IF, ELSE and ELSE IF as used in simple and complex conditional statements. Conditionals are one of the most important element of program and this tutorial will show you how to use conditionals using C. Our C Programming Course for Beginners.
C Programming Tutorial | Conditionals: IF/ELSE/ELSE IF | Game Programming Part 1
Begin programming today with this tutorial on conditionals in C. This video is appropriate for new programmers, experienced programmers first learning C and those who are learning C so they can learn video game programming, this video features conditionals in C. Knowing conditionals is key to creating good programs. This video will review IF, ELSE [...]
Part 2: C Programming Tutorial 3- Strings and Char Data Type in C: Game Programming Series
This is part 2 of the third C Programming tutorial video. This video will review the char data type, how to get input from the user and how to use strings. Two string functions are also discussed. To do this tutorial yourself you’ll need to download a C compiler and editor. LearnToProgram.TV recommends Dev C++ [...]

