What source is 'best' for a begginer?

02/20/2012 17:50 DaffyDuck97#1
I would like to start programming with conquer online, im a fairly new programmer and just understand the basics and how/why thinks work etc. So im looking for a source to start using.
Couple things i thought you should know:
I have no intention of making a server in the foreseeable future.
Bugs? I'm not worried, this is the sort of thing i like really, so i can solve and overcome problems.

Thanks a lot for your help.
02/20/2012 20:40 corbit15#2
if you like a challenge you should check out hybrids basic but bugless source. its for 5017. It's just a base so it doesn't have muchof anything except basic login and movement
02/20/2012 21:22 _tao4229_#3
Code:
int main() { return 0; }
02/20/2012 21:37 I don't have a username#4
Quote:
Originally Posted by _tao4229_ View Post
Code:
int main() { return 0; }
It says server maintenance. :(:(:(:(:(
02/20/2012 21:48 DaffyDuck97#5
Thanks for the help -__-
02/20/2012 22:14 Spirited#6
There are no sources for "beginners" really...
Your best bet would be to learn C# or to just pick one and see where it takes you. Impulse's basic 5165 source is pretty clean... it might be easier to understand it.
02/20/2012 23:00 _DreadNought_#7
Quote:
Originally Posted by _tao4229_ View Post
Code:
int main() { return 0; }
Ewww C++;