1.

Solve : Where is the executable file??

Answer» <html><body><p>I copied the Windows program source codes from <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa363432%28v=vs.85%29.aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/aa363432%28v=vs.85%29.aspx</a><br/><br/>into VC++2012. I <a href="https://interviewquestions.tuteehub.com/tag/built-245060" style="font-weight:bold;" target="_blank" title="Click to know more about BUILT">BUILT</a> it and got "<a href="https://interviewquestions.tuteehub.com/tag/build-403683" style="font-weight:bold;" target="_blank" title="Click to know more about BUILD">BUILD</a>: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped". Then, I started to "Start Debugging" (F5). But I got "Unable to start program "E:\vs-project\reg4devnotif\ConsoleApplication2\Debug\ConsoleApplication2.exe".<br/><br/>I searched *.exe under folder E:\vs-project, where I stored my project and couldn't find any  ConsoleApplication2.exe. How come? Where can I speficy the locaiton of execution in VC++2012?<br/><br/>[recovering disk space, attachment deleted by admin]Did you use a make file?No, how come I need a makefile while <a href="https://interviewquestions.tuteehub.com/tag/using-1441597" style="font-weight:bold;" target="_blank" title="Click to know more about USING">USING</a> IDE like Visual C++?I'm surprised it <a href="https://interviewquestions.tuteehub.com/tag/compiled-2532015" style="font-weight:bold;" target="_blank" title="Click to know more about COMPILED">COMPILED</a> since it specifically says in the <a href="https://interviewquestions.tuteehub.com/tag/comments-11906" style="font-weight:bold;" target="_blank" title="Click to know more about COMMENTS">COMMENTS</a> it will not compile if you paste it into a Console Application.<br/><br/><br/>It also lists makefile requirements at the bottom.<br/><br/><br/>It could also be that you simply didn't paste it into a source file.</p></body></html>


Discussion

No Comment Found