Вход на сайт
йа думалко
1176 просмотров
Перейти к просмотру всей ветки
digital.pilot коренной житель
в ответ digital.pilot 28.10.08 23:32
class ForumBot : GenericBot {
protected :
int fFFFavor; // 4 times F, revise your naming convention
int fOperaFavor;
int fAutoFlameMode;
public :
ForumBot ( int );
};
ForumBot::ForumBot ( int afm ) {
srand((unsigned) time(NULL));
fAutoFlameMode = afm;
fFFFavor = 1;
fOperaFavor = rand() % 10 == 5;
}
ForumBot * pelod = new ForumBot(1);
pelod->PostRandomlyGeneratedBullshit();