When I try to compile, I got no idea why it should give me a compilation error in "cstdio standard header". The error I get is like
C:\Programme\Microsoft Visual Studio 9.0\VC\include\cstdio(39) : error C2143: syntax error : missing '{' before ':'
Its like 1000 errors...!! Does anybody know why this happens? I was far better off using Visual Studio-6 and am cursing myself to have shifted to Visual Studio-2008.
I had that as cmath, but was just experimenting trying with cmath. Actually, these headers should not matter as it coompiled beautifully as a standalone file in 'Bloodshed Dev-C++'. When I made a project in Visual-C++, I got bombarded with errors. :(
Thats why I asked if there is any special setting needs to be done.