A
Anurat Chapanond
Hi All,
I am a beginner for VC++ .NET but I used VC++ 6.0 before. I wonder where
the "run program" button has gone. Do we need to run it on command line
everytime? Also when I try to run a program on command prompt I got the
"cannot open include file error". How can I set the path to those include
files?
Thank you,
Anurat,
D:\Ake\4250\hw4>cl main.cpp LRUList.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86
Copyright (C) Microsoft Corporation 1984-2001. All rights reserved.
main.cpp
d:\Ake\4250\hw4\LRUList.h(1) : fatal error C1083: Cannot open include file:
'std
io.h': No such file or directory
LRUList.cpp
d:\Ake\4250\hw4\LRUList.h(1) : fatal error C1083: Cannot open include file:
'std
io.h': No such file or directory
Generating Code...
D:\Ake\4250\hw4>
I am a beginner for VC++ .NET but I used VC++ 6.0 before. I wonder where
the "run program" button has gone. Do we need to run it on command line
everytime? Also when I try to run a program on command prompt I got the
"cannot open include file error". How can I set the path to those include
files?
Thank you,
Anurat,
D:\Ake\4250\hw4>cl main.cpp LRUList.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86
Copyright (C) Microsoft Corporation 1984-2001. All rights reserved.
main.cpp
d:\Ake\4250\hw4\LRUList.h(1) : fatal error C1083: Cannot open include file:
'std
io.h': No such file or directory
LRUList.cpp
d:\Ake\4250\hw4\LRUList.h(1) : fatal error C1083: Cannot open include file:
'std
io.h': No such file or directory
Generating Code...
D:\Ake\4250\hw4>