|
|
|
|
Title: C Programming Tutorial | Conditionals: IF/ELSE/ELSE IF | Game Programming Part 1
Added: Nov 30, 2009
Author: LearnToProgramDotTV
Duration: 7:20
Description:
http://www.learntoprogram.tvFollow me on Google+: http://www.MarkLassoff.comFollow me on Twitter: @mlassoffUdemy Course: http://ude.my/s9e4IKMark Lassoff of http://www.LearnToProgram.tv hosts this video for those learning the C programming language. 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.Specifcally this video coveres IF, ELSE and ELSE IF as used in simple and complex conditional statements. This is Part I of II
Related Videos:
Videos related to 'C Programming Tutorial | Conditionals: IF/ELSE/ELSE IF | Game Programming Part 1'
Channel: Education
Tags: c programming c tutorial game programming learn c c conditionals if statements in c
c programming c tutorial game programming learn c c conditionals if statements in c
Youtube Comments: 26
TheAranProductions Says:
Feb 20, 2010 - my int userAge is red o_O
James0794 Says:
Jun 3, 2010 - Compiles,starts to run fine but then when I put in an age Microsoft Windows comes up and says condition.exe has stopped working any idea why?
TheChemistSupreme Says:
Jul 7, 2010 - Same here.
MerlijnBt Says:
Aug 19, 2010 - Same here
MerlijnBt Says:
Aug 19, 2010 - Solved you need to have &userAge I only had userAge
Bevisefull Says:
Aug 29, 2010 - i had the same problem .. you have to put the & before the " userAge " ( in the scanf only )LIKE this :scanf("%d" , &userAge );
SirGamer199318 Says:
Oct 26, 2010 - Do you really need to put the return 0; at the end since you put void in the parameters of the main function?
9211357 Says:
Nov 29, 2010 - Dear Mark! Excellent. Very Good teaching style, clearing all points.
nwerkk Says:
Jan 25, 2011 - I run a unix system with gnu cc compiler my computer says segmentation fault when I enter a number why would the program be a memory access violation
60058366 Says:
Mar 2, 2011 - simply... THANX A LOT
toten30 Says:
Apr 9, 2011 - really really really good tutorials !!!
ImJunad Says:
Aug 7, 2011 - really good tutorials helping :)
electrikkar Says:
Aug 9, 2011 - really nice. Would love to see a full series on C programming. Good stuff Mark
amperamp5 Says:
Aug 11, 2011 - ya i had to add the &userAge to make mines work too but why on the video it works for mark?
amperamp5 Says:
Aug 11, 2011 - opps never mind i didnt see that he did add the & sign to userAge
ShabazDraee Says:
Oct 9, 2011 - hey, it opens the DOS, but crashes and says windows not resoponding, any help ?
LadiesmanGW Says:
Oct 12, 2011 - I am not sure if I get what you're saying but try making sure that it says &userName at the part it shows in the video. It kept crashing for me so I put that in and it worked!
LadiesmanGW Says:
Oct 12, 2011 - userAge**
chauhansajay Says:
Nov 4, 2011 - hi...where are the other videos...I couldnt find anything ager the if else if statements... could you please direct me to right direction
errolcoutinho Says:
Dec 28, 2011 - You are really good! But if you included all your videos to be free, people would love you more.
ovaistauheed Says:
Mar 26, 2012 - i am goin to learn c next month at my computer instiute it will help get some prior info....thanks
concentrate111 Says:
May 5, 2012 - hey why does my EXE window keeps crashing when i hit enter after giving an input :( ?












subzero34g Says:
Jan 17, 2010 - So far all of your videos have been great =) Thanks for taking the time to do this, 5/5 rating. (Every video tutorial submitter seems to add something unique to their lesson..even if its the same one, that's why I'm watching these :D and yeah, I do learn things I miss out on from other videos).Keep up the good work..I only wish you could get them done faster :P