How to make a c++ executable
-
I am using DEV c++ and i can compile and run a c++ program but how do i make my program into an executable file?
If you're running the program, then it is already an executable file. You need to rethink your question and try again.
The difficult we do right away... ...the impossible takes slightly longer.
-
If you're running the program, then it is already an executable file. You need to rethink your question and try again.
The difficult we do right away... ...the impossible takes slightly longer.
You know, you don't have to get smart about it. If that is your reply then you can keep it to yourself.
-
You know, you don't have to get smart about it. If that is your reply then you can keep it to yourself.
Listen dipsh*t, I wasn't getting "smart" about it. My reply makes perfect sense in the context of the question you asked. Is there something incorrect about what I said?
The difficult we do right away... ...the impossible takes slightly longer.
-
Listen dipsh*t, I wasn't getting "smart" about it. My reply makes perfect sense in the context of the question you asked. Is there something incorrect about what I said?
The difficult we do right away... ...the impossible takes slightly longer.
It's obvious you have mental issues so I'm not going to waste my time replying to your childish comments. Have a good day.
-
You know, you don't have to get smart about it. If that is your reply then you can keep it to yourself.
-
I am using DEV c++ and i can compile and run a c++ program but how do i make my program into an executable file?
-
See, for instance, The C++ compilation process[^]. The final product of the compilation process (The Dev C++ IDE makes it for you) is the executable.
Oh, I see now. I was just looking at the wrong file. Yeh, it worked. Thank you.
-
Oh, I see now. I was just looking at the wrong file. Yeh, it worked. Thank you.
wrote:
Oh, I see now. I was just looking at the wrong file. Yeh, it worked. Thank you.
Be a good sport and apologize to
Richard Andrew x64
.I'd rather be phishing!
-
wrote:
Oh, I see now. I was just looking at the wrong file. Yeh, it worked. Thank you.
Be a good sport and apologize to
Richard Andrew x64
.I'd rather be phishing!
Richard, I apologize about my comments earlier. Just caught me on a bad day. Sorry. I didn't mean to offend.
-
I am using DEV c++ and i can compile and run a c++ program but how do i make my program into an executable file?
use codeblocks instead it does the same thing as dev c++ but the .exe shows up in the project folder you can just drag it out and reditribute that