Complete.Org: Mailing Lists: Archives: discussion: February 2000:
[aclug-L] C question
Home

[aclug-L] C question

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: ACLUG <discussion@xxxxxxxxx>
Subject: [aclug-L] C question
From: Larry Bottorff <mrprenzl@xxxxxxxxxx>
Date: Tue, 29 Feb 2000 16:25:17 -0600
Reply-to: discussion@xxxxxxxxx

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


[Prev in Thread] Current Thread [Next in Thread]