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 access array of constant strings
wlpuah

Replies: 3
Views: 5901

PostForum: General CCS C Discussion   Posted: Fri Jan 30, 2009 11:08 pm   Subject: Problem access array of constant strings
Finally find the solution for above problem.
Use strcpy to copy the data in program memory to RAM.
Thanks all.
  Topic: Problem access array of constant strings
wlpuah

Replies: 3
Views: 5901

PostForum: General CCS C Discussion   Posted: Fri Jan 30, 2009 3:45 am   Subject: Problem access array of constant strings
compiler PCH 4.039 MCU PIC18F66J60

I have a problem to access array of constant strings.

Array of constant strings:

const char *STRING[] =
{
"STRING1",
"S ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group