.Net Pro .VS. VC++ 6.
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I get compile errors when using iostream.h and fstream.h includes while using .Net Pro 2003, but not VC++6.0 nor .Net Architect 2003. How do I resolve this? S. Thompson
-
try just typing #include < iostream > //without the *.h Thats working for me humpa humpa
header files with *.h are not ansi standard, therefore they are not 100% supported in .net