Computer Science Canada Microsoft Visual Studios 2010 Ultimate edition |
Author: | QuantumPhysics [ Wed Mar 07, 2012 12:20 am ] |
Post subject: | 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! |
Author: | Tony [ Wed Mar 07, 2012 12:28 am ] |
Post subject: | 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)... |
Author: | S_Grimm [ Wed Mar 07, 2012 8:53 am ] |
Post subject: | 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 |
Author: | mirhagk [ Wed Mar 07, 2012 4:02 pm ] |
Post subject: | RE:Microsoft Visual Studios 2010 Ultimate edition |
Press the big play button? Read the tooltips, or the manual. |
Author: | QuantumPhysics [ Mon Apr 02, 2012 8:21 am ] |
Post subject: | RE:Microsoft Visual Studios 2010 Ultimate edition |
Thanks alot guys. |