User Profile
Collapse
-
actually when this deprecations will come...... -
-
Error C2065
i have converted my project from vc++ 6.0 to visual studio 2005, then the following code is giving me a problem
sample()
{
//int i; -------------(1)
for(int i=0; i<5;i++)-------------(2)
{
......
.....
}
i=20;----------(3)
}
The error i got at (3) is Error C2065: 'i' : undeclared identifier. If i remove the declaration of i at (2) and... -
fatal error C1083
i have converted my project from vc++ 6.0 to visual studio 2005, then the "fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory" is coming... what can i use in visual studio instead of 'iostream.h' -
-
how to convert a 'const char *' to 'char *' in vc++
how to convert a 'const char *' to 'char *' in vc++
No activity results to display
Show More
Leave a comment: