User Profile
Collapse
-
No, This is not a home work assignment...It s a real time application problem.... -
how to access array of struct to struct via pointers
Hi,
i have a structure like this:
struct SC
{
const int address ;
const int pad ;
const int bits ;
const int data ;
};
struct A
{
const SC* i0;
const SC* i100;
const SC* i125;
};
static const SC K0[] =
{
...
No activity results to display
Show More
Leave a comment: