Well first off, I'd like to argue that using snippets will help you. I know that when I first starting coding ROM a long time ago that isbasically where I got started. Download a snippet that seems mildly interesting, put it in, see what it does and how it does it. If you do this with a variety of things you should learn abit about C and how to navigate through the ROM code, then you just have to modify what you've learned to do what you need. This worked well for me, at least I like to think it did ;) I've done most everything I've wanted to for my mud and haven't used a snippet since I can remember.
However I'm not posting just to argue :) The one page I can think of that comes closest to teaching C with ROM is Peter Vidler's site. I mean it requires some C abilities to see what he's doing, but he does break down some snippets and even some more of the basics like linked lists which you will need to become intimately familiar with. The site is: http://www.vidler.clara.net/ Hope this helps, Lysergic --- "Rait" <[EMAIL PROTECTED]> wrote: > >> I don't know of ANY web site that would teach C using a mud code base. >> However, you might want to pick up any C based book (If there's a C for >> dummies (not sure), I'd recommend that, because the whole series is >> geared towards people who know little about whatever topic the book is >> on). >> Another idea is to find snippets, start plugging them into your mud >> (please, if you do this, back your mud up BEFORE you do this, esp. as a >> newbie). Eventually you'll understand the structures and whatnot while >> doing it. You can get a variety of snips from kyndig as well. > >I've messed around with snips and stuff before, and I know what stands for >what, if I see it, >but the problem is, since I want to run a WoT based mud, then implementing >snippets >won't get me far. I have radical ideas, but no idea how to make them work. >That's why I am >looking for a more experienced coder who would help me, and I downloaded all >the books >about C I could find. "Learn C in 21 Days" seemed to be the best one. So I >guess I just have to >do it the hard way and start from the beginning again ;) > > >-- >ROM mailing list >[email protected] >http://www.rom.org/cgi-bin/mailman/listinfo/rom _____________________________________________________________ wotmania: Your number one source for The Wheel of Time. http://wotmania.com _____________________________________________________________ Promote your group and strengthen ties to your members with [EMAIL PROTECTED] by Everyone.net http://www.everyone.net/?btn=tag

