hi all, I'm facing a problem when compiling my source code using the MS.Visual Basic C++ 2008 edition. I uses the command line option. However when I want to compile the source code that I had written earlier using notepad ( that I have already save it as Sample.cpp to my desktop), it appears a error message saying sth like this>>
C:\Program Files\Microsoft Visual Studio 9.0\VC>cl -EHsc Sample.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. Sample.cpp c1xx : fatal error C1083: Cannot open source file: 'Sample.cpp': No such file or directory what does that mean? I'm really new to this stuff so I would appreciate it if any of you can help me. Thanks
