SVMAYOL wrote: > hi guys,.. > > ive downloaded a visual C++ setup and installed it on my pc..but my problem > is i cant see the .exe file....where can i see the executable file so that i > can start working on my program using vc++,,?? thanks...=)
The main executable for the VC++ IDE is called devenv.exe. Typically located at: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe (Path is for VC++ 2008 Professional. I don't know where Express installs to, but it should be similar.) However, there should be a Start menu item that starts up the IDE. If the Start menu didn't get created during the install, then there is probably something wrong with the install. Try repairing or uninstalling/reinstalling the compiler suite. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
