# HG changeset patch # User Anoop Jacob thomas # Date 1305100730 -19800 # Node ID d86daf8b2dc25bb226228237d16a1cf732daed3c # Parent 30cde029ae5c5422e9a85c32a8793fd8c2862eb6 Added information on replacements for Turbo C ~turboc.org~. diff -r 30cde029ae5c -r d86daf8b2dc2 turboc.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/turboc.org Wed May 11 13:28:50 2011 +0530 @@ -0,0 +1,31 @@ +#+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 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