Accessing PostgreSQL in C/C++
Posted by jfeedor | Posted in OpenSource | Posted on 03-08-2009
Tags: Hat
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++.

