Languages
- 1181
- C for C++ Programmers
- By Ian Cooke. Highlights the differences with C++ including comments, input/output, memory allocation, variable declarations, constants, structures, booleans, libraries and suggested reading.
- 1184
- FriedSpace C Programming Tutorial
- Series of detailed tutorials for beginners in C, based around real world programming examples. Keyed to Pelles C.
- 1185
- The GNU C Programming Tutorial
- Detailed coverage of each of the main elements of the C language and how to program in C, with special emphasis on the GNU/Linux compiler and associated toolset.
- 1187
- The Ten Commandments for C Programmers
- C programming guidelines, with a humorous presentation, yet very true and useful. By Henry Spencer.
- 1188
- Tips on C Programming
- An idiosyncratic collection of advice on how to write C when developing large programs.
- 1189
- comp.lang.c Frequently Asked Questions
- An HTML version of the Usenet comp.lang.c collection of questions, together with presumably definitive answers.
- 1190
- Brian W. Kernighan: Programming in C: A Tutorial
- This ``tutorial'' is presented as a historical document, not as a tutorial. Although it has lost little of its didactic value, it describes a language that C compilers today do no longer understand: the C of 1974, four years before Kernighan and Ritchie published the first edition of "The C Programming Language".
- 1191
- Better String Library
- A safe and fast string library. It's buffer overflow and aliasing safe, high performance. The library includes a robust C++ wrapper that uses overloaded operators and rich constructors to make the CBstring struct a natural and powerful string abstraction.
- 1192
- FFTW Home Page
- Fast free C FFT library; includes multi-dimensional, real-complex, and parallel transforms.
- 1193
- Fingerprint Verification System
- An easy to use library that allows programmers to integrate fingerprint technology into their software without specific know-how. Fast, easy to use, and small; great for embedded systems. [Open source, MPL]
- 1194
- Flux
- A library for integrated data storage and indexing, marshalling, transfer and encryption. It also features a slew of utility functions for various purposes. It is written in C, using the GLib paradigm. [Open source]
- 1195
- Gopt
- An ANSI C library, for parsing command line arguments and options according to GNU standards. [Open source, GPL]
- 1197
- Math a la Carte
- Collections of mathematical software in Fortan and C. Software is free for some uses and can be purchased for others. Much of the software was developed at the Jet Propulsion Laboratory.
