codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Technical problem with Visual Studio C++  nayeret43 at 14:38 on Wednesday, September 10, 2008
 

Hi,

I am new to programming, and I just tried to run this simple program:

#include <iostream.h>
main ()

{
int x=25;
float result;

if (x!=0)
{
resul=1000/x;
cout << result;

}

}

After I saved it, a message popped up asking if I want to create the file (even though I just saved it!!!). I clicked yes, and then it just couldn't run - "Cannot execute program". After that, I clicked f1 to see what the problem was (I heard that you do it like that), and then the error message showed up "The MSDN collection does not exist. Please reinstall MSDN".

The VS C++ 6.0 that I have is from a burnt cd that my friend got. I don't know if that means anything, but please help.

Thanks!








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Re: Parsing, fish up all between <td> and </td> ... without possibility of confusion.
•  Technical problem with Visual Studio C++
•  Put confirm do you really on button instead of link
•  How Can i Create a list[Validation] in embedded Excel Object in JavaScript ?
•  Re: searching for gd::graph guide
•  Re: hash within hash
•  Re: Passing value through function then print... GONE WRONG!!
•  Need help to modify a formula for calculating in Javascript ?
•  form/cgi help


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2008