Hello,
Does anyone know how to get Visual C++ 6.0 to compile, link, and run a straight C++ program that runs from the command line? When I try to run a simple C++ program using WinMain(), I can't get input from or output to a DOS box using cout, cin, printf and scanf. From what I've been able to...