//PLEASE HELP -- HELP!!!
// HOW I CAN GET ACCESS FROM THE FUNCTION func TO THE
// MEMBERS OF THE STRUCT tagB, WHAT SHOULD I PASS TO
// FUNCTION?? THANK YOU!!
typedef struct tagB
{
int len ;
int nWidth ;
int nHeight;
} B;
typedef struct tagBIT
{
B bmiHeader;
}BIT;
void...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.