Featured Post

Remix Linux: how to customise your install

Mainstream Linux distro developers have to make decisions that affect thousands of potential users. Should they include or remove a particular package? Should they apply a patch that may break compatibility with older machines? These matters are discussed fiercely in forums where trolls growl, flames...

Read More

Accessing PostgreSQL in C/C++

Posted by jfeedor | Posted in OpenSource | Posted on 03-08-2009

Tags:

0

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++.

Write a comment