View Single Post
Re: HOw tO StARt pRoGraMiNG ??
Old
  (#7)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,620
Join Date: Jul 2004
Location: Bulgaria
Default Re: HOw tO StARt pRoGraMiNG ?? - 07-10-2005

Quote:
Originally Posted by lennex
what should i learn C first?
or C++?
which one better on creating a game bot?
You can start directly with C++. Actually C is the base of C++. If you know C you will need to learn very small to become a C++ coder. However you can start directly with C++. To create a bot for the HL engine it is better to know C++ but you can code the bot with a clean C as well but it will be maybe more messed.

EDIT: If you don't want to give a money for a book to learn C/C++ you can use the free internet tutorials. Here you are two links:
http://www.cplusplus.com/
http://www.cprogramming.com/

EDIT 2:
Quote:
Originally Posted by Rick
Even better: KDevelop
Is there a KDevelop for Windows? I want to try it.

Last edited by The Storm; 07-10-2005 at 09:30..
  
Reply With Quote