Thread: compiling?????

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    6

    compiling?????

    okay im new to programing and the such.

    i have ultra Edit 32
    and that borland c++ compiler!!

    but i cant figure out how the compiler works the readme is definately insoficiant!!!

    so how to i get my program (from ultra edit) in *.txt to compile with that borland thing???? in EASY step by step for DumbAssMe

    or is there a different compiler u would recoment if yes please tell me where i can get it (free) and how to use it "in EASY step by step for DumbAssMe"

    thank u a lot!!!!

  2. #2
    Registered User
    Join Date
    May 2002
    Posts
    21
    Save your code as blahblah.cpp in your borland\bcc55\bin directory and type bcc32 blahblah.

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    6
    Originally posted by |deep|
    Save your code as blahblah.cpp in your borland\bcc55\bin directory and type bcc32 blahblah.
    so what i save my blahbalh.txt as blahblah.cpp

    and then WHERE do i tipe bcc32 blahblah ????

  4. #4
    Registered User
    Join Date
    May 2002
    Posts
    21
    I think you're using Borland c++ compiler 5.11 (the free one).
    then open a command window, go to the borland\bcc55\bin directory and type it there
    command window = dos window
    ok?

  5. #5
    Registered User
    Join Date
    May 2002
    Posts
    6
    Originally posted by |deep|
    I think you're using Borland c++ compiler 5.11 (the free one).
    then open a command window, go to the borland\bcc55\bin directory and type it there
    command window = dos window
    ok?
    um yea the free one!!

    u must understand "I AM A NEWBIE" and dont understand a single word ur talking about!!

    what command window??? (sorry DumbAssMe *sob)


    Thanx

  6. #6
    Registered User
    Join Date
    May 2002
    Posts
    6
    umm okay i think i know what u mean with the dos windo
    but what do i tipe into it to get it to my borland folder??








    ps i have win ME instaled (might be important???)

  7. #7
    Registered User
    Join Date
    May 2002
    Posts
    21
    ok now. Go to start. click run. type cmd in it
    then type c:\borland\bcc55\bin, then type bcc32 blahblah
    by the way,you must also save your code into this folder.

    There is one more thing, you set up your compiler, right? If not, read the readme and do what it tells.

  8. #8
    Registered User
    Join Date
    May 2002
    Posts
    6
    okay THAK U A HUGE LOT!!!!!!!!!!! :
    im forever in your debt

  9. #9
    Registered User GreenCherry's Avatar
    Join Date
    Mar 2002
    Posts
    65
    Sorry about that crack, i forgot to add a simley face next to it so you wouldnt think i was serious, i was just reiderating what you said:
    (sorry DumbAssMe *sob)
    I have a rabbit in my pants! Please be happy for me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie Compiling Problem
    By Deronius in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2008, 11:23 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. Problem Compiling
    By Flakster in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 01:09 AM
  4. compiling and executing issue with lcc win32
    By GanglyLamb in forum C Programming
    Replies: 10
    Last Post: 12-22-2004, 02:24 PM
  5. Compiling syntax
    By Jez_Master in forum C++ Programming
    Replies: 3
    Last Post: 04-01-2002, 09:46 PM