Re: [guppi-list] Changes in DataSet - once again!



On Tue, Feb 16, 1999 at 05:05:03PM +0100, Asger K. Alstrup Nielsen wrote:
> Now, only the canonical string interface exists.
> Ascii import, and other users that exploit the printable
> presentation, have to do so by hand.
This shouldn't be too bad, particularly if the canonical
version is reasonably nice.  Can we exploit the current locale to
automatically have the canonical version be something that "looks
right" to the user.  If we use things like sprintf, we get that
for free, right?

> Furthermore, I've added a "void resize(size_t N)" method
> that will enlarge, or truncate, a given DataSet to the
> given size.  In the case of RealSets, the additional values
> that are added are 0.0.
Maybe something like a "void resize(size_t N, double default=0.0)"
would be a nice compromise here.

> (If the Random stuff is moved out of it, I'd even go as far
> as say that it is nice. ;-)
I'm leaving town for a few days tomorrow, but I promise that I'll
clean that stuff out after I get back.

-Jon



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]