Phyzix's C Programming for Game Editor
Posted: Mon Apr 16, 2012 9:58 pm
I'm no expert on programming but I did (and still do) find myself looking up basic programming tutorials when I first started using GE. So I decided to make a video series to explain the basics of C Programming as it relates to Game Editor. I will upload videos every so often to explain certain aspects of C Programming. I will attempt to make a series so each video builds upon the previous one.
Part 1 - "Hello World" (Printing text)
http://phyzix.deviantart.com/art/Part-1-C-Programming-For-Game-Editor-Hello-World-296482938
Part 2 - Variables
http://phyzix.deviantart.com/art/Part-2-C-Programming-For-Game-Editor-Variables-296484890
Part 3 - if Statements
http://phyzix.deviantart.com/art/Part-3-C-Programming-for-Game-Editor-if-Stmnt-297249401
Part 4 - Functions
Functions are great to use when you have lots of lines of code and you want to keep your screen nice and neat. Functions are also good for when you have to write the same line multiple times; it saves you space and time.
http://phyzix.deviantart.com/art/Part-4-Programming-For-Game-Editor-Functions-304253166
Part 1 - "Hello World" (Printing text)
http://phyzix.deviantart.com/art/Part-1-C-Programming-For-Game-Editor-Hello-World-296482938
Part 2 - Variables
http://phyzix.deviantart.com/art/Part-2-C-Programming-For-Game-Editor-Variables-296484890
Part 3 - if Statements
http://phyzix.deviantart.com/art/Part-3-C-Programming-for-Game-Editor-if-Stmnt-297249401
Part 4 - Functions
Functions are great to use when you have lots of lines of code and you want to keep your screen nice and neat. Functions are also good for when you have to write the same line multiple times; it saves you space and time.
http://phyzix.deviantart.com/art/Part-4-Programming-For-Game-Editor-Functions-304253166