Thread: Borland C++

  1. #1
    hacker in training AdamLAN's Avatar
    Join Date
    Sep 2004
    Posts
    56

    Borland C++

    Well, i downloaded the Borland Command Line compiler (the free compiler from Borland) and i created the config. files, but it still can't read them properly. If anyone is familiar with Borland compilers please send me an email.
    Sincerely,
    Adam

  2. #2
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    Installing and using the Borland compiler is easier than you think

    Here are some simple easy to follow instructions


    Also.. I have attached a screenshot of what a successful compile will look like using the Borland command line compiler


    Essentially.. from a DOS console, go into the folder that has your .cpp source code.. then, use a 'set path' to allow Borland to see your directory... then use the bcc32 command followed by your .cpp file.. and voila! compilation goodness.

    For most people, after you 'set path' the first time... you might never have to do it again (for that specified directory)

    If you use the bcc32 command... and get a 'command is not recognized' error.. . it may be due to an incorrect 'set path' statement... make sure your path points to the borland bin folder


    Last edited by The Brain; 09-23-2004 at 03:53 AM.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    You should change your autoexec.bat or path variables accordingly. I remember setting up borland at one point and reading its instructions that made the process sound much more complicated than it actually was (i actually just put the manual down and did things how logic would dictate). Microsoft Visual C++ 2005 Beta is available for free on their site. You may want to check that out since its definitely a step above borland.

  4. #4
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by The Brain
    Here are some simple easy to follow instructions
    Or there's the faq .
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed