Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

cut first part of string c

char *foo = "abcdef";
foo += 3;
printf("%s", foo); //will print def
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cut #part #string
ADD COMMENT
Topic
Name
9+8 =