Name:
Anonymous
2007-11-06 16:37
where can i learn C++ and Java on the interwebs for free?
Name:
Valum
2007-11-08 2:33
Holy shit.
C++
Try this
#include <conio.h>
int main()
{
cout << "Go fuck ya self" << endl;
cout << "End your life fast!" << endl;
getch();
}