Question:
SourceCode of Turbo C++ Compiler?
Mandaar
2013-10-23 22:06:35 UTC
I want the source code of Turbo C++ compiler. is it possible to have it? i Google it alot but cudnt find it. If it is possible then how? and if not, the is it possible to have a simple compiler(a Genuine translator) without standard libraries. Also can i find source code of standard libraries???? Please help... really needed!
Three answers:
Irrfy
2013-10-23 22:38:31 UTC
Turbo C++ compiler is a borland product & its source code is not public domain,Get gcc source code which is a c compiler with gnu licence(Open Source & Public domain) from FOSS .
James Bond
2013-10-24 05:19:12 UTC
Better your time can be used meaningfully by understanding standard compiler toolchains such as Gnu C.
Jim
2013-10-24 06:28:34 UTC
the compiler is no longer supported by embarcadero. you must now pay $4000 for their new compiler (at least it works across windows and mac).



try tiny c instead.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...