Hi, I tried to run this program:
#include <iostream.h>
main ()
{
int x=25;
float result;
if (x!=0)
{
resul=1000/x;
cout << result;
}
}
I saved it, and then I chose Build home2.exe (I don't know why it is
an "exe" or what that means, I am new at this), and then I tried to
run it. A message shows up that the specified file name doesn't
exist (even though I just saved it) and asks if I want to build it.
I clicked 'yes', and then the program just doesn't run (it
says "cannot execute program"). Then I clicked f1 to see why, and
then it says that I need to reinstall MSDN.
Can someone please help me? Thanks.