by Blµb » Fri Nov 30, 2007 11:10 am
The best advice I can give about learning programming languages is google.
Really, I see how students here at uni fail at learning the basics of java, and others who simply use google to find tutorials succeed without problems.
Google for C tutorials and learn the basics of C.
And about the DP engine, can tell you how I did it: simply read through the source and see how it works.
Think about a specific change you want to make, look through the filenames, think about which file could contain the necessary code, sooner or later you'll find it.
This is how it works for me, I want to do certain changes, and simply try out things. That's - for me at least - the best way to get to know another source code.
and join #darkplaces on irc if you have questions about the engine.