
surfer247
Newbie
Nov 24, 2006, 4:30 AM
Post #1 of 1
(335 views)
Shortcut
|
Recently, I've gotten into C as it is used in programming the micro-controllers for robots. To learn it, I wrote a few fun programs. First of all, how to set up a C compiler (I don't think a regular C++ compiler will work, but I'm not posistive on that. If it does, then there is really no need for this :P) http://www.reallyweird.net/onlinegaming/viewtopic.php?t=24 The first program is Towers of Hanoi. It was the first program with a purpose I made :P http://www.reallyweird.net/onlinegaming/viewtopic.php?t=25 The next one is a text-based RPG. It's pretty simple and I'm not done with it, but this is as far as I'm going to get (I've already learned all I need about C) http://www.reallyweird.net/onlinegaming/viewtopic.php?t=26 This last one is a utility for the RPG. It creates the level code based on a level you make in notepad. I call it the level creator :D http://www.reallyweird.net/onlinegaming/viewtopic.php?t=27 I hope this is where I can post C stuff, since C is the father language of C++ As always, if you have any comments on the stuff, just post them.
Administrator at og-net.tk
|