Thread: Starting out

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    3

    Starting out

    Hey
    I have Borland's C++ Builder 6. I would like to know the easiest way to enter code without using the windows environment? I am just learning C++ so i will be simply entering code and learning the language. Please advise. THolly

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Well if you want enter code from the console, you could use a simple text editor to type your code and save it to a text file (you'd still use the .cpp extension). Then you should be able to call your compiler from the command line and give it certain options. More sepcific instructions on how to do this should have come with your compiler - I've never used Borland C++ Builder since version 1. As for what text editor you can use. There's a code editor included with most IDEs, you could use notepad, or something else of your choice.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Just as an aside, as a beginner, you're probably actually making things harder for yourself. If you have documentation that teaches you how to use the Borland environment, whether it came with the software or if you find it on the internet, I would recommend you use it.

  4. #4
    Registered User
    Join Date
    Jun 2005
    Posts
    3
    Hey
    Builder 6 comes with everything included. I just wanted to know how you open just a window to enter code compile, link and run. The normal procedure creates a regular window's program. I just want to relearn C and C++. Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  4. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM
  5. Starting SDL!
    By SyntaxBubble in forum Game Programming
    Replies: 2
    Last Post: 05-08-2002, 04:19 PM