Answered by:
basic C++ (newbie)

Question
-
How do i create an executable file?Saturday, March 11, 2017 8:45 PM
Answers
-
the executable file is automatically saved in ("C:\Where File Is Saved\Folder Inside That Folder\bin\Debug")
- Proposed as answer by BadNewsHughes Sunday, March 12, 2017 12:15 PM
- Marked as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
Saturday, March 11, 2017 8:48 PM -
If what I said earlier didn't help check this video for help -
https://www.youtube.com/watch?v=cqAZ5qkpBnY&list=PLQus-lj6qO7ziCxOcUuwJoU4XfPn0BjMx&index=4
when he went to the visual studio folder you would go to wherever you saved the folder. if it is in the visual studio folder then instead of going to Visual Basic you would go to the language your programming in.
- Proposed as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
- Marked as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
Sunday, March 12, 2017 10:20 PM
All replies
-
the executable file is automatically saved in ("C:\Where File Is Saved\Folder Inside That Folder\bin\Debug")
- Proposed as answer by BadNewsHughes Sunday, March 12, 2017 12:15 PM
- Marked as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
Saturday, March 11, 2017 8:48 PM -
You create a project. You edit the files in that project. You compile those files. You fix the compilation errors and recompile. The end result is an executable file.
You will have better luck asking questions in the C++ forum.
- Edited by Barry-Schwarz Sunday, March 12, 2017 1:30 AM
Sunday, March 12, 2017 1:29 AM -
If what I said earlier didn't help check this video for help -
https://www.youtube.com/watch?v=cqAZ5qkpBnY&list=PLQus-lj6qO7ziCxOcUuwJoU4XfPn0BjMx&index=4
when he went to the visual studio folder you would go to wherever you saved the folder. if it is in the visual studio folder then instead of going to Visual Basic you would go to the language your programming in.
- Proposed as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
- Marked as answer by Danny van DamMVP, Editor Thursday, April 20, 2017 9:52 AM
Sunday, March 12, 2017 10:20 PM