How many ways are there in C++ to print?
Name:
Anonymous
2012-02-16 19:20
Not counting standard error.
I know of:
cout
printf
puts
Name:
Anonymous
2012-02-16 23:57
MessageBox(0,"nigger","faggot",0);
Name:
Anonymous
2012-02-17 0:04
char dicks[] = "go back to /jp/$";
asm("mov dx, offset dicks");
asm("mov ah, 9");
asm("int 21h");
Newer Posts