Need a help on running borland c++ compiler in windows xp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • georgeiyke
    New Member
    • Jan 2008
    • 4

    Need a help on running borland c++ compiler in windows xp

    I recently installed the Borland c++ compiler on my system and dont know how I to get to the IDE. Is there any rituals I have to peform to get into the IDE and do my my coding. Sorry just new in C++
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You have to create a project and then add files to the project. As soon as you add a file, the editor will appear for that file. Then you you can type.

    After all the code is entered, there is a build option.

    After the build, where is a start option.

    Comment

    Working...