toddy
Veteran Member
kcus uoy
Posts: 2573 Reputation: 49
– / /
Joined: Jun 2004
|
RE: Reason why I'm away from the forum
quote: Originally posted by MicroWay
I can even make one that works
code: #include <iostream>
using namespace std;
int main()
{
cout<<"Even Microway should get this to show\n";
cin.get();
}
|
|