
-----------------------------------
QuantumPhysics
Wed Mar 07, 2012 12:20 am

Microsoft Visual Studios 2010 Ultimate edition
-----------------------------------
I just got it and I have made a small binary encryption program, but being the most complex software around. I cannot find the compile and run button!

-----------------------------------
Tony
Wed Mar 07, 2012 12:28 am

RE:Microsoft Visual Studios 2010 Ultimate edition
-----------------------------------
well... that's a good argument in favour of compilers, in a "compilers vs. IDEs" discussions...

Try looking for something called "build" perhaps? I haven't used Visual Studio in a long time (and even with Eclipse I ultimately build projects from the command-line)...

-----------------------------------
S_Grimm
Wed Mar 07, 2012 8:53 am

RE:Microsoft Visual Studios 2010 Ultimate edition
-----------------------------------
F6 or ALT + B Then B,

If you want to compile and run, F5 or CTRL + F5 or ALT + D then S

-----------------------------------
mirhagk
Wed Mar 07, 2012 4:02 pm

RE:Microsoft Visual Studios 2010 Ultimate edition
-----------------------------------
Press the big play button? Read the tooltips, or the manual.

-----------------------------------
QuantumPhysics
Mon Apr 02, 2012 8:21 am

RE:Microsoft Visual Studios 2010 Ultimate edition
-----------------------------------
Thanks alot guys.
