Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~138 People Reached
About Me

Girl at the age of 20, who is interested in programming(yes we exist), burrently working but gonna get to studying informatics as soon as i can get my finger out

Interests
Kickboxing, programming primary java and C.
PC Specs
Preferred OS: Linux Ubuntu Gaming OS: Windows 7
Favorite Forums
Favorite Tags
c x 2
Member Avatar for meli1

Heya i ran into a little problem, well more of a mental dilemma using strtok(), i already know how this function works, heres an example code: [CODE] void split_me(char *input) { char *split = NULL; //reset split size_t len = strlen(input); char to_array[len]; int i = 0; split = strtok(input, …

Member Avatar for meli1
0
138