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.
2 Posted Topics
How are you accepting the delimiter, by ' '? or ascii character? and what is your end of line ('\n')? I mean how are you parsing the input, post the code and I may be able to help.
Re: Void Function
Just to add, it is not considered good programming to write void functions, even functions that are not expected to return anything must return a successful code (0) or failure (1) which should be verified for behavior. 2 things that people often do not pay attention to are 1) checking …
The End.
Mav3rick