80,109
Loading...
Uploader Comments (LearnToProgramDotTV)
Video Responses
This video is a response to C Programming Tutorial 1 Learn C Programming: Game Programming
see all
All Comments (135)
-
I am extremely zoomed in, and my screen went black... completely unrelated but did my drivers just crash?
-
Why did you put "int" front of main void?
-
"If you're gonna lie - lie big":-D
-
i like your style of teaching a lot.
-
@XxRohShamBohXx it doesnt matter
-
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
-
@LearnToProgramDotTV It doesnt matter anymore, ive got it working still good totortials, shame you havnt done more on C
-
alot of perspective gained from this
"thank you";
Loading...
getchar();
Doesn't work for me, i dont know why it doesnt ... help please
lewisself 1 month ago
@lewisself What environment are you using to create and compile your C?
LearnToProgramDotTV 1 month ago
could someone explain to me how variables would be used in a game?
i know they are, i just cant think of how
lolJonezy 3 months ago in playlist Favorite videos
@lolJonezy Best example I can think of (and there are thousands of ways variables can be used in a game) is to store the score...
LearnToProgramDotTV 3 months ago
how come u didnt put space between = and age, u put space between = and salary?
theco22wen 10 months ago
@theco22wen I was inconsistent. The spaces shouldn't matter... So feel free to add a space or NOT add a space. It should work either way!
LearnToProgramDotTV 10 months ago