diff -r d86daf8b2dc2 -r 39513d5443c3 turboc.org --- a/turboc.org Wed May 11 13:28:50 2011 +0530 +++ b/turboc.org Tue May 17 00:15:17 2011 +0530 @@ -7,7 +7,7 @@ #+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 toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js +#+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: @@ -18,7 +18,7 @@ ** 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 +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. @@ -28,4 +28,5 @@ ** Learning Resources for GCC - http://gcc.gnu.org - http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html + #** Where GCC is used/GCC Support