C
Carl Daniel [VC++ MVP]
Nikhil said:Hi,
How can I write ANSII standard C++ applications for Windows in
.Net?
Just do it?
Seriously though, what piece of the equation are you missing? Visual C++
..NET 2003 (aka VC7.1) is highly ANSI/ISO C++ compliant - most any example of
standard C++ programming that you'll come across in a C++ textbook will work
unmodified on Windows with VC7.1.
-cd