Forum: C++ Jun 2nd, 2004 |
| Replies: 4 Views: 18,777 Wow!
I really can use this stuff too.
Thank a lot. :) |
Forum: C++ May 27th, 2004 |
| Replies: 5 Views: 2,959 Hello guys,
This code returns 2 errors and I dont understand why.
#include <iostream>
#include <string>
using namespace std;
char choice;
void M();
void C(); |