computer






 

Question by  re6203 (14)

How to compile C programs with borland c++55?

 
+6

Answer by  yshag (16)

Go to start, click on run, and type "Command", and hit enter.Now type directoryand hit enter.You should be in the directory now (your prompt should read:directory); if not, check that you typed it correctly.Type"bcc32 test.cpp" hit enter. If worked:You can run your test program by typing "test.exe" and hitting enter.

 
+5

Answer by  Mike69 (32)

You can choose the Run command from the menu at the top of the screen. You may also choose to use the keyboard shortcut by pressing and releasing the F5.

 
+4

Answer by  HEAJG (500)

Well basically you have to go into run and go into command. From command you go into the directory program and type bcc32test.cpp.

 
You have 50 words left!