hi all,I want to get an execution file for my c++ program. How I can do that ???
Last edited on
"execution file for my c++ program"
Sorry Could not get U...
Please try to elaborate each time U post a question.
If you are after the .exe file, it will be in either the debug or release directory inside your projects directory.
Last edited on