gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/trunk r11336: HTML font tag


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r11336: HTML font tag
Date: Thu, 30 Jul 2009 16:08:13 +0200

Am Donnerstag, den 30.07.2009, 07:18 -0600 schrieb Rob Savoye:
> 
>    As I discovered on something else, stringstream prefers decimal, and 
> doesn't handle hex. While strtol() is less preferable, it does handles Hex.
> 

std::istringstream s("ff");
int i;
s >> std::hex >> i;

--
The current release of Gnash is 0.8.5
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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