I don't mean to be a bother to anyone but I'm brand new to C++ and am having some difficulty running this first program. I downloaded the new 2010 C++ from the microsoft website and inputed a simple code to try it out, but everytime i click to debug it, a window pops up saying it is "unable to start program; the system can not find the file specified." Did I install it wrong? Is my code incorrect? Or did I not save my project correctly? Any help would be mighty appreciated.
#include <iostream>
using namespace std;
int main()
{
cout << "programming is";
cout << "great fun!";
return 0;