Thread: Borland C++ Code Navigation

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    1

    Question Borland C++ Code Navigation

    I am a proficient DELPHI coder and have used Borland Delphi for years.

    Recently I have switched over to Borland C++ Builder and I have the following problem.

    1. Question 1
    In the Delphi IDE one would use ( Ctrl+Shift+DOWN ) to navigate between the implementation and declaration of procedures and functions.
    ?? What is the keys and strategies for navigating within the Borland C++ Builder IDE between these two ( Please don't tell me to use the MOUSE of Ctrl+F )

    2. Question 2
    In Delphi - after typing the the declaration of a NEW procedure hitting Ctrl+C will automatically create the Implementations with the begin en end etc. In the case of C++ if will be
    Code:
    {
    and
    Code:
    }
    .
    Is there a similar automated way to create the Implementation bodies of functions and procedures after you only provided/typed the Declaration.

    Any other key strokes to minimize mouse use and promt automate code generation of the locations of articles of web sited helping in this regard will be appreciated. I have searched for two days now and could not find any worth mentioning.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    "How to use the tools" thread moved to the tech board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Enforcing Machine Code Restrictions?
    By SMurf in forum Tech Board
    Replies: 21
    Last Post: 03-30-2009, 07:34 AM
  2. Obfuscated Code Contest: The Results
    By Stack Overflow in forum Contests Board
    Replies: 29
    Last Post: 02-18-2005, 05:39 PM
  3. Obfuscated Code Contest
    By Stack Overflow in forum Contests Board
    Replies: 51
    Last Post: 01-21-2005, 04:17 PM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 0
    Last Post: 02-21-2002, 06:05 PM