CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Problem pointing into a structure
jerrybrowse

Replies: 2
Views: 4369

PostForum: General CCS C Discussion   Posted: Fri May 20, 2005 9:41 am   Subject: Problem pointing into a structure
Thanks for the reply Mike.

No, I'm afraid block is defined (as an int8) and is set to a value which in this case is zero (hex).

Regards
Jerry
  Topic: Problem pointing into a structure
jerrybrowse

Replies: 2
Views: 4369

PostForum: General CCS C Discussion   Posted: Fri May 20, 2005 9:25 am   Subject: Problem pointing into a structure
I have a problem accessing data within a structure. The structure is:

struct maxfio
{
int max_rcv[32];
int *p_rcv;
int rcv_chksm;
} maxfcb[4];

max_rcv ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group