On 11/04/2011 05:01 AM, Cin123 wrote:
I needed a stdint.h header because of uint32_t and that header was missing
in vs2008 sa i take it form vs2010
You can't usually do that. If it were that simple, MS would've probably
released stdint.h in a later VC++2008 service pack.
Why do you actually
Hi, I'm traing to read a row from a table using visual studio 2008 and libpq.
I'm having problem with getting a int from a querry result, below im pasting
my code
struct subjects_group
{
unsigned long id;
std::string name;
};
list QS_PQsql::getGroups()
{
list lista;