Thread: Accessing array elements

Accessing array elements

From
Akbar Mokhtarani
Date:
How do I access array elements from within a c/c++ program?
PQgetvalue(res,i,j) returns a 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