Executable File in Visual Studio

I just started my Data Structures class and our professor asked that everybody should start using Visual Studio instead of Dev C++. I'm trying to compile some random program that I made, but I can't get the executable file in Visual Studio. I hit build and apparently my source does compile.
If you have the directories at their default, then try:

My docs->Visual Studio 2008->Projects->Project Name

Look around in there...try the "Debug" or "Release" folders if you can find them.
You can right-click the solution or project name in Project Explorer and then open a Windows Explorer window in the folder containing the project or solution by selecting the next-to-last menu option.
Topic archived. No new replies allowed.