Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run vs. Quick Run
#1
What is the difference between Run and Quick Run in FBide?

Thanks!
Reply
#2
I think the only difference is that quick run will compile the code and then run it. Where as run will only work if you've compiled it already. I could be wrong but that's the only diff that I have noticed.

-gunder
gunder
"I have a perfect body, but it's in the trunk and starting to smell."
Reply
#3
Run command executes previously compiled program. However QuickRun will compile current file under temporary name, execute it and then delete the files.

"compile & run" command compiles the file under the real name and execurtes it. Does not delete outcome afterwards, but also ask before compiling to save changes.
url]http://fbide.sourceforge.net/[/url]
Reply
#4
Great, thanks. Want to make sure I get my info correct. Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)