I have compiled a simple \'Hello World\' program. The program is successfully compiled without any errors. I can see a working executable in bin folder. But the Release folder o
You can change your build mode in top of your Visual Studio:
Dependently on which mode you build your solution, Visual Studio will generate .exe in either bin\Debug folder or bin\Release folder.
bin\Debug
bin\Release