» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with C + gnu

GnuCash - Wikipedia, the free encyclopedia

GnuCash is an accounting software which implements a double-entry bookkeeping system.

License:GPL: del.icio.us tag/gpl

gcc

The GNU Compiler Collection contains frontends for C, C++ , Objective-C, Fortran, Java, and Ada as well as libraries for these languages. Documentation for GCC from Gnu.Org is available here

GCC is included in SourceLabs Self-Support offering

The next planned release of GCC is version 4.3

The core developers of GCC meet every year at a summit to discuss GCC, in 2008 the GCC summit is in Ottowa

Download GCC from GNU’s FTP site.

GNU cflow

GNU cflow analyzes a collection of C source files and prints a graph, charting control flow within the program. GNU cflow is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated.

License:GPL: del.icio.us tag/gpl

coreutils failure on Mac OS X 10.5

Hey, someone finally has an explanation for the funky compiles on Leopard. Now, to find a solution!

opensource: del.icio.us tag/opensource

GNU Coding Standards

"The GNU Coding Standards were written by Richard Stallman and other GNU Project volunteers. Their purpose is to make the GNU system clean, consistent, and easy to install..."

opensource: del.icio.us tag/opensource

Debugging C and C++ code in a Unix environment

This document describes several techniques and tools for debugging code in C-like languages in a Unix environment.

opensource: del.icio.us tag/opensource

Use gperf for effecient C/C++ argv parsing

The GNU tool gperf is a "perfect" hash function that, for a given set of user-provided strings, generates C/C++ code for a hash table, a hash function, and a lookup function. Learn how to use gperf for effective command-line processing in your C/C++ code.

opensource: del.icio.us tag/opensource

Page 1 | Next >>