View Single Post
  #1 (permalink)  
Old September 4th, 2006, 05:34 AM
cesar juan cesar juan is offline
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
Reply With Quote