turboc.org
changeset 6 d86daf8b2dc2
child 7 39513d5443c3
equal deleted inserted replaced
5:30cde029ae5c 6:d86daf8b2dc2
       
     1 #+TITLE:     Replacements for Turbo C
       
     2 #+AUTHOR:    Anoop Jacob Thomas
       
     3 #+EMAIL:     info@fossee.in
       
     4 #+DATE:      2011-05-10 Tue
       
     5 #+DESCRIPTION: 
       
     6 #+KEYWORDS: 
       
     7 #+LANGUAGE:  en
       
     8 #+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
     9 #+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
       
    10 #+INFOJS_OPT: view:t toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
       
    11 #+EXPORT_SELECT_TAGS: export
       
    12 #+EXPORT_EXCLUDE_TAGS: noexport
       
    13 #+LINK_UP:   
       
    14 #+LINK_HOME: 
       
    15 #+XSLT: 
       
    16 
       
    17 * GNU Compiler Collection (/Recommended/)
       
    18 ** About GCC
       
    19 The GNU Compiler Collection (GCC) is a compiler system produced by the
       
    20 GNU Project supporting various programming languages like C++,
       
    21 Objective C, Java, Objective C++, Ada and Fortran. . GCC provides many
       
    22 levels of source code error checking traditionally provided by other
       
    23 tools (such as lint), produces debugging information, and can perform
       
    24 many different optimizations to the resulting object code.
       
    25 
       
    26 ** List of Courses/Subjects/Areas where GCC can be used
       
    27    - Educational and Scientific computation 
       
    28 ** Learning Resources for GCC
       
    29    - http://gcc.gnu.org
       
    30    - http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html
       
    31 #** Where GCC is used/GCC Support