I come across such mysticism for the first time. The program is literally dummy. In the literal sense - a simple HelloWorld - I already reached it in the course of the experiments. I compile in Visual C ++ 2015 already stupidly without keys at all. I get mm.exe . I'm running. Runs seconds 6. Displays what is needed. But now the most interesting thing is that if I compile with a different name, I simply rename mm.exe to some rr.exe or mmm.exe :) everything is fine! Instant execution ...
Windows 7 x64. No mm in the path ( path ) is not noticed.
Update code any , for example, now this:
#include <iostream> int main(int argc, const char * argv[]) { std::cout << "Hello!\n"; } What does this mystic mean?
cl mm.cpp. I run from under Far or from explorer - it doesn't matter. - Harry