if loop error
When i put an IF loop in one of my programs it always comes up with an error. The error says "error C2181: illegal else without matching if." I dont understand this because i do have an if statement.
char c;
cin>>c;
{
if(c==''1'')
return 0;
else
cout<<"Hello"<<endl;
}
~When The Only Thing You Have Is A Hammer, Everything Looks Like A Nail.www.instinctz.net
Try this ...
~~~~~~~~~~
Martee
|
~~~~~~~~~~
Martee
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement