Hello,
I've got something really weird going on. I have a CPP file that I'm editing with Visual C++ 6.0. I've built the file (apidemo.cpp) into an exe file a couple times, but when I run the exe from the command line, it's almost as if nothing was updated. I've even tried simple things like cout << "test << endl; at the top of the code, but test does not output when run from the command line. If I use the "Execute apidemo.exe" from the Build menu in Visual C++, then it displays. I need to try it with the command line so that I can pass it parameters. I know this is weird, but does anyone have any clue what could be going on? Any help is appreciated.
I've got something really weird going on. I have a CPP file that I'm editing with Visual C++ 6.0. I've built the file (apidemo.cpp) into an exe file a couple times, but when I run the exe from the command line, it's almost as if nothing was updated. I've even tried simple things like cout << "test << endl; at the top of the code, but test does not output when run from the command line. If I use the "Execute apidemo.exe" from the Build menu in Visual C++, then it displays. I need to try it with the command line so that I can pass it parameters. I know this is weird, but does anyone have any clue what could be going on? Any help is appreciated.