ark5230
Advanced Member level 3
- Joined
- Jun 29, 2009
- Messages
- 862
- Helped
- 163
- Reputation
- 324
- Reaction score
- 140
- Trophy points
- 1,323
- Location
- India
- Activity points
- 6,187
I am new to C and C++ but trying to use with AVR.
I am trying to use character string array like
a[1]="Name - 1"
a[2]="Name - 2"
a[3]="Name - 3"
a[4]="Name - 4"
Any resource or suggestion to declare and use such subscripted character string variable.
Storing in program memory or RAM will do.
If all goes will I wish to use it with EEPROM, I checked and test use of EEPROM with simple data.
I am trying to use character string array like
a[1]="Name - 1"
a[2]="Name - 2"
a[3]="Name - 3"
a[4]="Name - 4"
Any resource or suggestion to declare and use such subscripted character string variable.
Storing in program memory or RAM will do.
If all goes will I wish to use it with EEPROM, I checked and test use of EEPROM with simple data.