Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

(Answered) How to make a visual studio program to an exe?

edited September 2020 in Programming

so made a little program with visual studio code using brackeys coding tutorial and i made a cool interactive quiz and wanted to share it with my friends so i was wandering if theirs a way to make it a exe so if you just click on it the console opens

Best Answer

  • Sl0thSl0th Member
    Accepted Answer

    Hey there, there is indeed:

    Go to the location where you have saved your project. I can't remember exactly where, but there should be a release and development folder somewhere. I think they're in the folder called bin. Inside those, you should be able to find the exe from your build. If there is none, you need to go to your project in visual studio, and then in the top of the window there is a drop down where you choose release or debug. Then instead of just running the project, you click build. That will but an exe into the corresponding folder.

    Hope it helps!

Answers

Sign In or Register to comment.