Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/08/11 05:16
Read: times


 
#183238 - Borland C++ compiler 5.5
One of my friends wanted a simple C++ compiler to check out some basic Console applications ( yes. assignment !)

I remembered there was this Watcom IDE but by the time I could explain the process of getting it up and running, he gave up. Then I had this idea to use the simple command line BCC32.exe which is available as a free download.

All well so far but the laptop he has, runs on WIN-XP and there is some trouble to set the PATH variable to point to BCC32.exe. But I guess I know what to do here. The major problem is to redirect the output that compiler creates. It alwasy puts the EXE it creates into the BIN folder where the BCC32.exe resides.

The list of complier options says you can set the output with a "-nxxxx" switch where xxxx is the required [PATH]filename. But that does not work. Anyone can throw some light on this ??

Incidentally are there any other C++ IDEs that can save my friend all this DOS work ?? ( The MSVC Express is too much for his need ..)

Raghu

List of 16 messages in thread
TopicAuthorDate
Borland C++ compiler 5.5            01/01/70 00:00      
   The MSVC Express is too much for his need ..            01/01/70 00:00      
   5.5 or 3.2            01/01/70 00:00      
      Are you sure?            01/01/70 00:00      
         Yeah. 32 refers to 32 bit !            01/01/70 00:00      
   CodeBlocks IDE            01/01/70 00:00      
      "It is one of the best IDEs around"            01/01/70 00:00      
         At least worth a try            01/01/70 00:00      
            When the experts say...            01/01/70 00:00      
               Code::Blocks            01/01/70 00:00      
                  A choice of 18 compilers..            01/01/70 00:00      
                     New Thread?            01/01/70 00:00      
                        Another like Codeblocks is Ultimate++            01/01/70 00:00      
                           Apples and pears            01/01/70 00:00      
                        The New Thread is here            01/01/70 00:00      
      Thumbs up for codeblocks            01/01/70 00:00      

Back to Subject List