Asked by:
Where can i get GCC Compiler to practise for the coding challenge?

Question
-
Can any one please guide me to for practising for coding challenges?
I have only worked on Turboo C++, how can i get GCC on win XP home to practise?Thursday, September 27, 2007 7:56 PM
All replies
-
ftp://gd.tuwien.ac.at/gnu/mingw/MinGW-5.0.0.exe use this link to download GCC for windows...Thursday, September 27, 2007 11:20 PM
-
http://www.la.utexas.edu/lab/software/devtool/gcc-docs.html
The GCC Compiler Collection
The Compilers
- cpp The GNU C/C++ Preprocessor
- Cpplib internals The Internals for the GNU C/C++ Preprocessor
- C/C++ Compiler The GNU C/C++ Compiler
- C-tree Some gcc internals, to wit the tree representation of functions
- g++ internals Internals for the C++ compiler
- CHILL Compiler No, I don't know what this is either.
- g77 Compiler The GNU Fortran Compiler
- Java Compiler The GNU Java Compiler
Libraries for the GNU Comilers
- libg++ The older GNU C++ Library
- libio The newer GNU C++ Iostream Library, but still pre-ANSI
- libstdc++ The Gnu version of the ANSI standard C++ library.
- Objc runtime Features of the GNU Objective C runtime library
Friday, September 28, 2007 2:28 AM -
You can use Dev-C++ provided by Bloodshed. It uses gcc for compilation (i.e., as the backend compiler), and provides a nice user interface...
http://www.bloodshed.net/devcpp.htmlSaturday, September 29, 2007 6:11 PM -
Yeah use devcpp.
it is easy to use.
Sunday, September 30, 2007 3:42 AM -
you can get the gcc compiler from this link ftp://gd.tuwien.ac.at/gnu/mingw/MinGW-5.0.0.exe i also have gcc compiler and user manual to work on gcc compiler.if you want then contact me.Sunday, September 30, 2007 5:43 AM
-
Yes, get the Dev c++, that has the best gcc compiler which works exactly the same way the compiler of the Devsquare site works.. I have checked and if you run a code on Dev c++, it will run 100 % on Devsquare site..Sunday, September 30, 2007 9:14 AM
-
Sunday, September 30, 2007 10:07 AM