Personal tools
User menu

Difference between revisions of "Tools"

From Francois Louw

Jump to: navigation, search
(PCB Layout)
(Compilers)
Line 17: Line 17:
 
==Compilers==
 
==Compilers==
  
Stand alone C/C++ Compiler for small applications use [[http://edn.embarcadero.com/article/21205 Borland Command Line Tools]]
+
Stand alone C/C++ Compiler for small applications use [[http://edn.embarcadero.com/article/21205 Borland Command Line Tools]]. The advantage of using Borland is that you do not need external .dll files to run your applications
  
The advantage of using Borland is that you do not need external .dll files to run your applications
+
Also use [[http://www.mingw.org/ MinGW]]. This is needed for Qt. This requires shipping a .dll with you applications.
 
+
Also use [[http://www.mingw.org/ MinGW]]. This is needed for Qt.
+
  
 
Very powerful but very expensive is Intel C Compiler. This is the compiler I use for all my research. It is very expensive unless you are in an academic institute, then the institute will probably have a license or you can get a student license from Intel.
 
Very powerful but very expensive is Intel C Compiler. This is the compiler I use for all my research. It is very expensive unless you are in an academic institute, then the institute will probably have a license or you can get a student license from Intel.

Revision as of 20:37, 20 March 2013