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 support@ccsinfo.com

initializing const array of structs

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
kender



Joined: 09 Aug 2004
Posts: 768
Location: Silicon Valley

View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger

initializing const array of structs
PostPosted: Wed May 23, 2012 5:53 pm     Reply with quote

I want to have an array of structs. It would be nice if I could make it a const, but that not required. I think the following initialization should work. At least it compiles.

Code:
struct
{
  unsigned char c;
  unsigned int8 iSegmentCode;
}
NON_NUMERIC_SEGMENT_MAP[]
  = { {'-', 0x40}, {' ', 0x00}, {'E', 0x79} };


But for some reason, this code doesn’t work. It doesn’t evaluate to true where it should

Code:
if (NON_NUMERIC_SEGMENT_MAP[j].c == acChars[i])


Can anyone spot a problem?

Any suggestion, insight or reference is really appreciated!

- Nick

PIC18F4221
4.081
_________________
Read the label, before opening a can of worms.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed May 23, 2012 10:31 pm     Reply with quote

We can almost certainly give you an answer, but it would be helpful if
you would post a small compilable test program that shows the problem.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group