Server Help

Bot Questions - looking for C++ programs for making bots

specture_lance - Tue Jun 28, 2005 9:11 am
Post subject: looking for C++ programs for making bots
I, specture_lance am beginning to learn C++ from tutorials over the web, if anyone can offer help, info, and anything they can offer to someone like me, as i am trying to learn how to make bots, so any assistance, would be very useful to me.
A380 - Tue Jun 28, 2005 9:36 am
Post subject:
http://www.programmingtutorials.com/cplusplus.aspx
Cyan~Fire - Tue Jun 28, 2005 11:40 am
Post subject:
Code: Show/Hide
#include <cstdlib>   // Include rand()

using namespace std; // Make rand() visible

int a = rand(); // rand is a standard function that all compilers have

Ew. Any tutorial that doesn't explain why the STL is evil should not be recommended.

Just use CPlusPlus.com, which I've recommended many times in other threads. (Translation: You should have searched.)
Bak - Tue Jun 28, 2005 2:38 pm
Post subject:
STL isn't evil if you know how to use it.
Solo Ace - Tue Jun 28, 2005 9:43 pm
Post subject:
I, Solo Benedictus Rodriguez Ace, say that the best way to learn "bot programming" is by reading other's code, and implement it in your own way (do not copy it right over, especially not if you don't know what it's doing!).

But, well, I guess someone whose title was set to "teh novice" by MGB probably won't be able to figure that out.

Get someone to assist you, reading programming tutorials won't take you close enough to the point which allows you to do anything useful for bots.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group