turboc.org
author Anoop Jacob Thomas<anoop@fossee.in>
Tue, 17 May 2011 00:16:04 +0530
changeset 8 4be03da7f773
parent 7 39513d5443c3
permissions -rw-r--r--
Added info on keil replacement keil.org.

#+TITLE:     Replacements for Turbo C
#+AUTHOR:    Anoop Jacob Thomas
#+EMAIL:     info@fossee.in
#+DATE:      2011-05-10 Tue
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc email:nil author:nil timestamp:nil creator:nil
#+INFOJS_OPT: view:t home:software.html toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT: 

* GNU Compiler Collection (/Recommended/)
** About GCC
The GNU Compiler Collection (GCC) is a compiler system produced by the
GNU Project supporting various programming languages like C++,
Objective C, Java, Objective C++, Ada and Fortran. GCC provides many
levels of source code error checking traditionally provided by other
tools (such as lint), produces debugging information, and can perform
many different optimizations to the resulting object code.

** List of Courses/Subjects/Areas where GCC can be used
   - Educational and Scientific computation 
** Learning Resources for GCC
   - http://gcc.gnu.org
   - http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html

#** Where GCC is used/GCC Support