just beginning programming - pls help
guys, i'm totally new to programming and i'm just following the instructions on the book "Beginning Programming" by Adrian and Kathie.
I have this problem with detecting the borland c++ compiler source file. The source file is located in c:\documents and settings\owner\desktop\programming basics\template.cpp,
The borland compiler is located in: c:borland\bcc55binbcc.exe
therefore, when I compile it, how will i type it in the command prompt window? is it like this?
c:\Documents and Settings\Owner>c:borland\bcc55binbcc.exe c:\documents and settings\owner\desktop\programming basics\template.cpp
The above seems logical but i get an error whenever i do this. what should i do? please help.
|