Code::Blocks has a "compile and run" feature which you can change the code and then click just one button and it automatically compiles the code and runs it afterwards.
How can I achieve similar behavior in Eclipse with C/C++ plugin?
I want a button (or shortcut) to 1- Automatically save any changes 2- compile 3- run
Thanks