Compile in Visual C++ 2005 Express Edition Beta

How do I compile the code in Visual C++ 2005 Express Edition Beta?
How can it be so difficult to find such an obvious thing as a button or a text in the meny for compeling the code?

For some reason the help contents isn't available, otherwise I could probably have find the answer there...

[303 byte] By [JonasAndersson] at [2008-2-15]
# 1
Hi,
here are some key-shortcuts which should help you.

Build (Compile): Strg+Shift+B
Run: Strg + F5
Debug: F5

rgerbig at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2
About the help: Reinstall MSDN twice. It happened to me too, and I solve it repairing the installed MSDN, and now it works 99% times well (sometimes it looks for for online help only, but the offline help page exists and it's the same as the online one).
ZephrynXirdal at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...
# 3
Is it so hard to see the "Build" or "Debug" Menu?

Of course, first you need to create a project...

Greetings
Jochen

PS: Please mark this thread as answered!!!

JochenKalmbach at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...