.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Search Forums

Showing results 1 to 3 of 3 Search: Posts Made By: cld
Forum: General Bot Coding 14-10-2005
Replies: 1
Views: 3,371
Posted By cld
Re: Bot Give Weapons

see other bot sources ... hpb bot, joebot, etc.
Forum: General Programming 07-10-2005
Replies: 16
Views: 11,972
Posted By cld
Re: HOw tO StARt pRoGraMiNG ??

I think C isn't base of C++. There are different languages.
Forum: General Programming 06-10-2005
Replies: 13
Views: 5,592
Posted By cld
Re: [C++] Class names

class CBot
{
public:
void print() { printf("bot\n");}
};
int main ( int argc, char** argv )
{
CBot bot1;
printf("Name of class bot1 is %s\n",typeid(bot1).name() );
}
Search took 0.01 seconds.

 
Forum Jump


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com