|
im still getting the 3 god damn errors, maybe i installed borland wrong but the path to it is C:\Borland\BCC55 and i run command prompt and type in bcc32 C:\prog1.cpp the path to my .cpp file and i get these three god damn errors:
Error E2209 C:\prog1.cpp 1: Unable to open include file 'iostream'
Error E2282 C:\prog1.cpp 2: Namespace name expected
Error E2451 C:\prog1.cpp 6: Undefined symbol 'cout' in function main()
*** 3 errors in Compile ***
|