Forum Home
Press F1
 
Thread ID: 61816 2005-09-17 10:00:00 C++ PROGRAMMING fryup (3762) Press F1
Post ID Timestamp Content User
388993 2005-09-17 10:00:00 yo peeps can u give me a forum for c++ coding that has a lot of ppl. need sum coding quickly

Cheers!!!
fryup (3762)
388994 2005-09-17 11:16:00 google, there are that many..... Prescott (11)
388995 2005-09-17 11:17:00 what are you trying to code, a few people here know some c++ Prescott (11)
388996 2005-09-17 14:14:00 #include <iostream>
using namespace std;

int main()
{
cout << "stfw\n";

return 0;
}
vapo (5203)
1