Hi all
I've just downloaded the Visual C++ express 2010 from the microsoft website. but when i try to compile and run the program, it says: "Unable to start program 'C:\Documents and settings\Indrajeet Roy\My documents\Visual Studio 2010\Projects\First Prog.c\First prog.c.exe'.

The system cannot find the file specified."

What do I do solve this problem?

Thanks

Hi
This is in continuation with my above post. I get the following error messages:

1>------ Build started: Project: First prog.c, Configuration: Debug Win32 ------
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(37,5): warning MSB8005: The property 'NMakeBuildCommandLine' doesn't exist. Skipping...
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

The code I'm trying to run is this:

#include<conio.h>
#include<stdio.h>
void main()
{ printf("Hello world");
  getch();
}

Also, How do I view the output, if there's any?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.