vfwscanf() and friends

Joerg Sonnenberger joerg at britannica.bec.de
Wed Apr 11 03:32:38 PDT 2007


On Wed, Apr 11, 2007 at 12:43:51PM +0300, Hasso Tepper wrote:
> I've found the problem that is probably a bug in libstdc++ headers,
> but as other OSes seem to workaround it, I'm not sure how and where
> we should fix it.

Well, to make a long answer short: don't do it. Messing with C
interfaces doesn't play well with C++, because the standards are
overlapping. I don't think fixing it is really worth the trouble as it
would silently discarding part of the user choice, which is worse.

Joerg





More information about the Users mailing list