Originally posted by MaDpRoGrAmMeR@Dec 8 2005, 05:09 PM#include using namespace std;typedef struct{ bool Breakpoint06;} TO;typedef struct{ TO to;} COMING;typedef struct{ COMING coming;} ARE;typedef struct{ ARE are;} YOU;typedef struct{ bool glad;} BE;typedef struct{ BE be;} WILL;typedef struct{ WILL will;} I;YOU you;I i;int main(){ cout << "are you coming to breakpoint Mrr?" << endl; cin >> you.are.coming.to.Breakpoint06; if(you.are.coming.to.Breakpoint06) i.will.be.glad = true; else i.will.be.glad = false; cout << "will i be glad? " << i.will.be.glad << endl; system("pause"); return 0;}[post=3375]Quoted post[/post][/b]
10 A=15:FOR I = 0 TO 1:POKE 53280+I,A:NEXT20 PRINT "<CLRHOME><CTRL+1>"30 PRINT "<HOME>MRR KAFAYI YEDI<SHIFT+Q>"40 PRINT "<HOME>MRR KAFAYI YEDI<SHIFT+W>"50 GOTO 30