#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)
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.
yes, using a compiler
ideally, your C++ book should explain that step
would online compliers do the trick
Online compiler compile and run the code on their server. It doesn't produce and execute the binary on your computer
!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.
you should basically not be using online compilers besides just quickly making / sharing stuff for showcase
you want a proper IDE for programming
you want the debugging tools etc
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.