|
|
|
|
Title: C Programming Tutorial 2 (Part 1) Learn C Programming: Game Programming
Added: May 10, 2009
Author: LearnToProgramDotTV
Duration: 8:4
Description:
http://www.learntoprogram.tvFollow me on Google+: http://www.MarkLassoff.comFollow me on Twitter: @mlassoffUdemy Course: http://ude.my/s9e4IKThis is part I of a two part video.The C Programming language is a great place to start for anyone who would like to learn computer programming. C is relatively easy to learn but can be very powerful While its a much older language and not object oriented, it can be used to develop almost any type of application-- including video games. The C programming language has been used in colleges and universities for years and continues to be used all over the world.To do this tutorial yourself you'll need to download a C compiler and editor. LearnToProgram.TV recommends Dev C++ by Bloodshed.This second C Programming Tutorial Video will show you how to use variables. Variables will be declared and initialized and then output using the Printf command. Variable types and Printf Signifiers will be used as well. Mark Lassoff, of LearnToProgram.TV hosts the program. Lassoff is a professional programming trainer and has been in the field for ten years. For more information and videos, please visit www.LearnToProgram.TV.
Related Videos:
Videos related to 'C Programming Tutorial 2 (Part 1) Learn C Programming: Game Programming'
Channel: Education
Tags: c programming tutorial learn c programming c++ beginning programming beginning c variables in c c tutorial c tutorials learn to program in c c game programming game programming learn game programming course lessons
c programming tutorial learn c programming c++ beginning programming beginning c variables in c c tutorial c tutorials learn to program in c c game programming game programming learn game programming course lessons
Youtube Comments: 145
LearnToProgramDotTV Says:
Dec 1, 2011 - Best example I can think of (and there are thousands of ways variables can be used in a game) is to store the score...
arfirst Says:
Dec 20, 2011 - I added the getchar(); but the window still goes away.
97epicman Says:
Dec 22, 2011 - I got thousands of errors all saying something along the lines of 'printf' undeclared (first use this function)
backbaysailor Says:
Jan 10, 2012 - @ Sasha009000 it's actually spelled integer. And just look up algebra 1 or like the lowest math class available to find out.
401281 Says:
Jan 10, 2012 - Why did you put int main(void) in stead of main()?
jjtheslayer69 Says:
Jan 11, 2012 - alot of perspective gained from this "thank you";
lewisself Says:
Jan 26, 2012 - getchar(); Doesn't work for me, i dont know why it doesnt ... help please
LearnToProgramDotTV Says:
Jan 26, 2012 - What environment are you using to create and compile your C?
lewisself Says:
Jan 27, 2012 - It doesnt matter anymore, ive got it working still good totortials, shame you havnt done more on C
XxRohShamBohXx Says:
Jan 28, 2012 - hey, for 4:00, why did u put a space for salary and the battingAverage, but not for the age..like this " age=35; salary = 500000; battingAverage = .312; " does it matter if u do or not? and if it does, how would u know
bondservant4Him Says:
Jan 28, 2012 - it doesnt matter
ItsJokkul Says:
Feb 3, 2012 - i like your style of teaching a lot.
ILoveDoneri Says:
Feb 29, 2012 - "If you're gonna lie - lie big":-D
soheboka Says:
Mar 7, 2012 - Why did you put "int" front of main void?
RomanNumural9 Says:
Mar 9, 2012 - I am extremely zoomed in, and my screen went black... completely unrelated but did my drivers just crash?
kapil6562 Says:
Mar 17, 2012 - t i like ur teaching methodology
kapil6562 Says:
Mar 17, 2012 - dev c++ was not downloaded from ur website as i didnt found download button
ZathyaDark Says:
Mar 28, 2012 - wat is "int main(void)"
Vandius24 Says:
Apr 12, 2012 - i removed the spaced and it did nothing i guess he did it on accident
hippo7571 Says:
Apr 16, 2012 - says my source file wont compile can anyone help . have followed video step by step.
RNTG24853 Says:
May 8, 2012 - the thing that confuses me, is that, i dont know how much to space. the space thing confuses me
MrDangerboy101 Says:
May 22, 2012 - Have you got a part3, Cant seem to find it.
esplonky6502 Says:
May 26, 2012 - try getch();
kingkukujiao Says:
May 27, 2012 - Is putting those intergers important?I mean the mesasge still come out right?












lolJonezy Says:
Dec 1, 2011 - could someone explain to me how variables would be used in a game?i know they are, i just cant think of how