- Joined
- 11/14/15
- Messages
- 50
- Points
- 18
Hi, I used to use Dev-C++ environment instead of VC, and in Dev, we have three options:
a. Compile.
b. Run. To run, we must have complied before.
c. Compile and run.
And now, in VC, we have start debugging, start without debugging and build and rebuild. I want to figure out the correspondence between these two set of terminology. Is build in VC means the same as Compile, and what's the difference between build and rebuild?
What's more, does start debugging means compile and run? And what's the difference between start debugging and start without debugging?
What if we have compiled already and just want it to run again? Which one should we choose?
It may sound like a stupid question but I still cannot understand it thoroughly.
Thank you very much.
a. Compile.
b. Run. To run, we must have complied before.
c. Compile and run.
And now, in VC, we have start debugging, start without debugging and build and rebuild. I want to figure out the correspondence between these two set of terminology. Is build in VC means the same as Compile, and what's the difference between build and rebuild?
What's more, does start debugging means compile and run? And what's the difference between start debugging and start without debugging?
What if we have compiled already and just want it to run again? Which one should we choose?
It may sound like a stupid question but I still cannot understand it thoroughly.
Thank you very much.