@yonle@fedinet.waltuh.cyou That's a lot of syntax - a lot more typing than GNU C; #include int main() { const char *str = "a string"; printf("%c\n", str[0]); printf("0x%x\n", str[sizeof(str)]); printf("%c\n", str[sizeof(str)-1]); }