Thread: Accessing array elements

Accessing array elements

From
Akbar Mokhtarani
Date:
How do I access array elements from within a c program?
PQgetvalue(res,i,j) returns pointer to the storage area and I have not
been able to parse this to get the elements.
Any help is greatly appreciated.

Akbar Mokhtarani