C or C++? In C, a structure to hold records:
typedef struct
{
int lat;
int logAm;
double logBmAm;
} AzRec_t;
static const AzRec_t azData[] =
{
{0, 727, 0.002949}, <==== there's an error here sir, declaration
{1, 726, 0.002949}, incorrectly.. what wll i do??
:
John
[Non-text portions of this message have been removed]
