|
The Packages
Note: Before downloading or installing the package, I highly recommend you to read the notes about the packages!
Software Packages (headers, libraries, etc.)
Help Files & Documentation
- Standard C Library (glibc 2.0) Reference (712 KB)
Use this as the C library reference. Note: some functions in this reference are POSIX functions and are not available in Dev-C++ (and Mingw32), unless you use Cygwin or install the PW32 Posix library for Mingw32.
- GNU C/C++ Compiler (v2.95) Manual (741 KB)
The GNU C/C++ Compiler manual. It's about the compiler, it's language, GNU extensions to the languages, etc. Not really useful if you only compiles in Dev-C++ and never use the command line, but it's interesting to read, though. If you're interesed about compatibility with other compilers, you should read it.
- The GNU Coding Standards (73 KB)
About how the guys at GNU codes and serveral other things like writing a ChangeLog etc. Highly recommended reading, even if you're not writing Free Software.
- IOStream (v0.64) Library Reference (39 KB)
Reference about input and output streams and related things (like iostream.h and stdio.h). This help file is outdated, but still useful.
- GNU Make (v3.77) Manual (183 KB)
GNU Make's manual. If you've never used a make tool before, you should read it.
- GNU Assembly Preprocessor Manual (26 KB)
The GNU Assembley Preprocessor Manual. It's a preprocessor for the Assembly language.
- GNU Assembler Manual (178 KB)
GNU Assembler Manual.
- GNU BFD Manual (149 KB)
GNU BFD manual.
- GNU Binutils (v2.9.1) Manual (49 KB)
GNU Binary Utilities Manual. It covers ar, strip, etc.
- GNU Configure Manual (53 KB)
About the GNU Configuration and Building System.
- GNU Linker Manual (89 KB)
GNU Linker Manual.
- GNU Profiler Manual (41 KB)
GNU Profiler Manual.
|
|
|