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.