jaco...@gmail.com
unread,Jan 18, 2013, 1:43:33 AM1/18/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
this array creation and assignment does not work on xcode on mac (latest download). However, this array creation and assignment works just fine on visual studio. what am missing? is it a configuration issue? I know that the array initializes. if i remark out the assignment line the file will compile and i can read the array. I don't understand why the assignment line is not recognized as the already defined array.
int myarr[20];
myarr[1]=9;
the IDE claims the following:
Semantic Issue: type specifier missing defaults to int
Semantic Issue: Redefinition of 'myarr' with a different type