#I am just starting out with C++ and was wondering how I could turn a .cpp file into a .exe file.

14 messages · Page 1 of 1 (latest)

cloud dune
#

I want to now if there is a way to compile and execute the file on desktop only.

gray starBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

soft fossil
#

ideally, your C++ book should explain that step

cloud dune
#

would online compliers do the trick

round juniper
#

Online compiler compile and run the code on their server. It doesn't produce and execute the binary on your computer

fringe fulcrum
#

!ide

#

Fuck

#

There was a command for that.

#

Get an IDE like Visual Studio or Qt Creator. There are a bunch more and opinions vary on which one to use, but those are the easiest to get working.

proud crest
#

you want a proper IDE for programming

#

you want the debugging tools etc

gray starBOT
#

This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.