Borland Free Compiler User Guide Auther Swocoder (HeartiTible@163.com)
Borland has launched TC2.1, TC 1.1, TP5.5 free compiler, launched a free C Builder core component Borland C Compiler 5.5.1. With this free product, we can fully meet the needs of our Learning C / C without the need to use pirated Borland C (5.0.2) or Borland C Builder. Let me introduce the use of this product.
Download URL: Free command line compiler: http://www.borland.com/bcppbuilder/freecompiler/ Free debugger Tourbo Debugger http://www.borland.com/bcppbuilder/turbodebugger/
If you need it if you need it, please download SP2 if you need it. However, from the version number to see the compiler of the current download and the compiler with SP2, and other component versions are consistent.
Compiler, patch, debugger installation is very easy to follow the wizard to complete.
If you want to use the compiler directly from the console, add the compiler path to the environment variable path, if you want to get the same free IDE environment, I personally think that quincy2000 (providing code) and Smallide are a good choice. But don't have much requirement to them, anyway, there is an environment that can be used in me, and the beautiful interface is done to the user.
Quincy 2000 http://ftp.alstevens.com/quincy2000/smallide http://home.t-online.de/home/joerg-hauschild <- Chinese support is not good, some BUG, no code :(
If there is a faithful surrounded by Borland C 5.0.2, then Borland C Free Command-Line Tools 5.5 can be used in the IDE of Borland C 5.0.2 through an Addon. But this will I am afraid that some legal issues will be caused!
Write code everyone will, find a notebook, edit or use it can be written, but it is said that many people have to have a headache. Write Make's benefits in 1 You can play less command (I am lazy;) 2 Easy to control multiple files 3 can produce a variety of combinations, but the Make file is really headache, but we can hire Makegen this utility (not perl write The one!) Quickly generates the required Make file. The author also provides code, the current known issue is "double line garbled" caused by CodePage. Of course, Makegen is not enough, you still want to have a tool to help you clean up the temporary file Bclean to make it. Bclean can help you.
Makegen: http://www.codecutter.net/tools/bcc55tools/makegen.htm (provided code) bclean: http://www.codecutter.net/tools/bcc55tools/bclean.htm (provide code)
With the gadgets on the upper side, you can say it. But some people are still not satisfied, they want this free compiler to do more things. Then I have discovered a lot of free class libraries, there are mathematics, graphics, and the framework for the GUI interface. It is more famous wxwindows, boost, QT is to support this free compiler. If a developer is available with a DLL, then use TDUMP and IMPLIB to be used for me! But this requires more experience! If someone remembers OWL, then OwlNext should be indispensable. WXWINDOWS http://www.wxwindows.orgboost http://www.boost.orgowlnext http://www.owlnext.org/
In addition, the development library These things are best to search through the network. There are also many pure C / C development libraries inside the Borland code center. It is not a non-C Builder series!
In short, I said that the more famous compiler is now the same. If you really use all C / C standards as you are saying, I am afraid that only Comeau C Kai C is suitable for you.
Homepage: www.help2u.org - mysql @ China. (closed!) - EOF