C character from string shortcut
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-06-17T23:49:37Z
Indexed on
2010/06/17
23:53 UTC
Read the original article
Hit count: 143
In javascript I am used to just being able to pick any character from a string like "exm[2]" and it would return to me the third character in a string. In C is there a way to do that or something without a function that requires a buffer?
© Stack Overflow or respective owner