How to read/write the GunZ source code?
As the title says, where would one start at learning how to read or write code for the GunZ source? As of right now, I don't understand any of it being most of my coding knowledge is web-based.
Help from anyone good with the source coding would be appreciated.
Thank you for your time! Have a good day.
~Wes
Re: How to read/write the GunZ source code?
You get along with the syntax, and then start messing around with it.. lots of messing around until you just get your way around it.
I'm a web developer, too, and that's what it took me. I don't consider myself good at it, but at least, I get what I want done and I can work my way around it.
Re: How to read/write the GunZ source code?
hey dude, what is LNK error of cml.lib ??
I mean cannot link the whole project just because of cml.lib..i have it in cml folder... Tryying to compile Akunji's source.
Re: How to read/write the GunZ source code?
Quote:
Originally Posted by
Ronny786
hey dude, what is LNK error of cml.lib ??
I mean cannot link the whole project just because of cml.lib..i have it in cml folder... Tryying to compile Akunji's source.
Even though it's off topic, but I'll just tell you this, even if you did compile it, you need to code the roundstate part to get the Challenge Quest functioning. You'll only be able to play 1 round.
Re: How to read/write the GunZ source code?
Quote:
Originally Posted by
Vusion
You get along with the syntax, and then start messing around with it.. lots of messing around until you just get your way around it.
I'm a web developer, too, and that's what it took me. I don't consider myself good at it, but at least, I get what I want done and I can work my way around it.
Ah, thanks. I've looked at some of the snippits in the Release Section. Some parts I can understand, then it starts getting more into stuff I'm not understand how it works. >()>() or something