c++ 2002 vs. c++ 2003?

Status
Not open for further replies.

wannabe_hacker

In Runtime
Messages
155
At school I'm running Visual C++.Net 2002 and at home I'm running Visual C++.Net 2003. At school I use a book based on the 2003 version and the code from the lessons doesn't work with 2002. But, at home the code from the book does work. The schools computers are also on a LAN. If anyone has any ideas as to what is wrong please let me know. Thanks!
 
well what kind of error messages are you getting?
what have you written as code, just so we can get some sort of an idea here
 
It's just a simple "Hello, world" program. It says that it can't find the specified file when I debug. It shows the path name and I searched for the file and it is there but for some reason it wont link up with C++. I'm thinking it's because of all the restrictions on the LAN put forth by the network administrators.
 
i dont know i guess that can be a theory. its looking for the iostream library and maybe the restriction isnt letting it look at it?

i dont want to be sound stupid but i seriously doubt that would be a problem. no idea
 
Status
Not open for further replies.
Back
Top Bottom