[aclug-L] C question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Let's say I have a buffer full of characters and I want to separate out
the characters from numbers where consecutive numbers represent a single
integer. For example: "HELLO OUT THERE 234 I AM NUMBER 8". The 234 and
the 8 need to be picked out of the array and converted to integer and
stored as integers. sscanf might work, but then I need to tell the
buffer index to advance how ever many places the integer takes up in
order to continue. Building a character array, then convert that string
to integer seems reasonable, but I can't find a library function for it.
Any ideas?
Lars
-- This is the discussion@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
- [aclug-L] C question,
Larry Bottorff <=
- [aclug-L] Re: C question, John Phillips, 2000/02/29
- [aclug-L] Re: C question, Jeff, 2000/02/29
- [aclug-L] Re: C question, Steven Saner, 2000/02/29
- [aclug-L] Re: C question, John Reinke, 2000/02/29
- [aclug-L] Re: C question, Tom Hull, 2000/02/29
|
|