Using the -finstrument-functions option in GNU GCC to trace and profile code.
Read more »Trace and profile function calls with GCC
Category: High End Tags:
- Login to post comments
What's new in GNU Compiler Collection 4.5
GCC 4.5 promises faster programs using the new link-time optimization (LTO) option, easier implementation of compiler extensions thanks to the controversial plugin infrastructure, stricter standards-conformance for floating-point computations, and better debugging information when compiling with optimizations.
Read more »Category: High End Tags:
- Login to post comments
KDevelop 4.0 IDE Released with C++ and PHP Support
The KDevelop Hackers are proud and happy to announce that KDevelop 4.0 is finally available as a stable release. Released together is the first version of KDevelop PHP plugins, which make KDevelop a very interesting option for PHP developers. The major features for C++ support include code navigation, and semantic highlighting.
Read more »Category: High End Tags:
- Login to post comments
Advantages of C over C++
It has been claimed that C++ is a better C them C. this is being taken to mean that when switching to C++ you can continue to code more or less as she did in C and use a little extra C++ functionality for convenience.
Read more »Category: Community Tags:
- Login to post comments
Scripting with Guile on Openmoko
An example of scripting a C application using Guile and deploying it on an Openmoko Freerunner.
Read more »Category: High End Tags:
- Login to post comments
Simple example of accessing gpsd from C code
Some simple code to demonstrate retrieving coordinates from gpsd. Included is a gps log to use with gpsfake for testing.
Read more »Category: Beginner Tags:
- Login to post comments
The C programming language and its importance
The C programming language is unique. It is special. It is small. It is great and it is filled with UNIX genius.
Read more »- Login to post comments
Free Software Supporter #18 announces some recent GNU software releases
"Free Software Supporter is a newsletter run by the FSF (Free Software Foundation) and in it they have a section announcing a few software releases from the GNU project. However, they do not seem to provide any description of the projects aside from their name and version.
Read more »News: C is Still the Most Popular Open Source Language
C represents more than 40% of all code written for open source software. But this figure comes from counting lines of code. What about Java and PHP, or C++?
Read more »Category: High End Tags:
- Login to post comments
ABI compliance checker
ABI-compliance-checker is a lightweight tool for checking backward binary compatibility of shared C/C++ libraries in OS Linux. It checks interface signatures and data type definitions in two library versions (it checks header files along with shared objects) and searches ABI changes that may lead to incompatibility.
Read more »- Login to post comments
Accessing PostgreSQL in C/C++
For some, databases can be pretty intimidating. I remember some of the convoluted code I wrote years ago in order to avoid having to learn how to access a database from my programs. But it's actually not that hard to access a database, even in C/C++.
Read more »Category: High End Tags:
- Login to post comments
Coverity Advances Software Integrity Research at Top Academic Institutions
Company Donates Industry-Leading Static Analysis Software and Expands Licensing Program
Read more »Category: Industry Tags:
- Login to post comments
The Programming Language with the Happiest Users
"Which languages make programmers the happiest? It’s clear that some languages are more popular than others, and many of us debate long and hard over the relative merits of Python vs Ruby, C vs Java or Lisp vs everything else. But what’s the general consensus? ..."
Read more »Category: Community Tags:
- Login to post comments
GNU secrets -- argp
"The GNU system has many nice features that people do not know about, so I thought I'd start of by once in while show a not so well known part of the GNU system. Today, that is argp..."
Read more »Category: High End Tags:
- Login to post comments
This Week's Multicore and Parallel Programming Reading List - Dr Dobb's
C, C#, Erlang, and more A list of book releases compiled by Dr. Dobb's to keep you up-to-date on parallel programming and multicore technology.
Read more »Category: High End Tags:
- Login to post comments