Turbo C++ is showing declaration syntax error with this statement. Help.
void main()
{ test s;
int ch,roll;
char name[30],choice,join;
clrscr();
It is showing the error with the ' { ' . I have used proper header files and stuffs, and this is just a part of my 700 line program.
I have used only one void main() , and i have closed it too. So, it cant be the problem.
Just this error to go with and i complete my project. :sad:
So, any idea? :S