| ??? 11/20/07 10:38 Read: times |
#147241 - OT - error message Responding to: ???'s previous message |
On this code:
char mychar; char *mycharptr; const char mystr0='A'; void xxxx() { void xxxx() { mychar=mystr0; mycharptr=&mychar ; //here is ok ;AAA mycharptr=&mystr0; //here is error ;BBB } Error[Pe513]: a value of type "char const *" cannot be assigned to an entity of type "char *" . |
| Topic | Author | Date |
| Sequence of learning 8051, asm and C | 01/01/70 00:00 | |
| 2 Issues | 01/01/70 00:00 | |
| my wrong path | 01/01/70 00:00 | |
| OT, but | 01/01/70 00:00 | |
| OT - error message | 01/01/70 00:00 | |
| Use the tags | 01/01/70 00:00 | |
| single-character const | 01/01/70 00:00 | |
| QED? | 01/01/70 00:00 | |
| As Erik suggests | 01/01/70 00:00 | |
| Just learning - too luxury. | 01/01/70 00:00 | |
| how can that be "too luxorious" | 01/01/70 00:00 | |
| Foolish builder? | 01/01/70 00:00 | |
| pointer to a const | 01/01/70 00:00 | |
| True, but... | 01/01/70 00:00 | |
| Explaining | 01/01/70 00:00 | |
| helpfull ,thanks, but.. | 01/01/70 00:00 | |
| Declaration | 01/01/70 00:00 | |
| thanks | 01/01/70 00:00 | |
| Adjust declaration | 01/01/70 00:00 | |
thanks again | 01/01/70 00:00 | |
| const | 01/01/70 00:00 | |
| no wrong path | 01/01/70 00:00 | |
| learning C | 01/01/70 00:00 | |
| Freebies | 01/01/70 00:00 | |
| Erik is right | 01/01/70 00:00 | |
| not necessary | 01/01/70 00:00 | |
| You\'re skipping the most important step ... | 01/01/70 00:00 |



