| Message |
Well here's the problem. I absolutely applaud your desire to learn more about coding, MUDs in general will be improved by new coders coming in and learning the ropes as old ones retire, or lose interest.
However the problem with tackling modifying server code, when you are not experienced in C or C++ is going to be a long, frustrating road, if you don't understand the basics of C programming.
You will find some time spent on simpler C programs, getting to grips with the basics of memory allocation, pointers, setting up linked lists, string manipulation, and stuff like that, well rewarded as it will give you the basis to understand a MUD server.
I suggest finding some books (or web sites) which give some C tutorials, and get some general practice. This will also help you understand compiler error messages, and runtime error messages, so you will know the difference between normal and abnormal.
If you just want to get a MUD server up and running, and add some tweaks later, then perhaps a codebase that doesn't have fundamental problems would help. The SmaugFUSS (Fixed Up Smaug Source) is a good place to start. It runs pretty reliably "out of the box", so you shouldn't have these initial frustrations. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|