Just some questions.
Can Visual C++ express be used to code non-CLI applications? What is the proper way to do this?
What's up with the stdafx.h header? Can somebody explain what that is for please?
How come I can't use stdio.h for C code in it? (yet printf and other functions from that library still work? What?!)
Is C++ "comfortable" in CLI?
Is Visual Studio a suitable tool for non-CLI applications?