Languages
- 1181
- Advice and Warning for C
- A mature C/C++ tutorial, designed to improve your knowledge of the language itself.
- 1183
- C Programming Notes
- Covers the basics of input/output, string functions and explanations of basic data types and operators.
- 1184
- 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.
- 1187
- FriedSpace C Programming Tutorial
- Series of detailed tutorials for beginners in C, based around real world programming examples. Keyed to Pelles C.
- 1188
- 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.
- 1190
- The Ten Commandments for C Programmers
- C programming guidelines, with a humorous presentation, yet very true and useful. By Henry Spencer.
- 1191
- Tips on C Programming
- An idiosyncratic collection of advice on how to write C when developing large programs.
- 1192
- comp.lang.c Frequently Asked Questions
- An HTML version of the Usenet comp.lang.c collection of questions, together with presumably definitive answers.
- 1193
- 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".
- 1194
- 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.
- 1195
- FFTW Home Page
- Fast free C FFT library; includes multi-dimensional, real-complex, and parallel transforms.
- 1196
- 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]
- 1197
- 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]