|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have some very large numbers that don't fit in any of the standard
(or non-standard) builtins. I can make these base-10 ascii easily, but I would like to use a locale for nice l10n support. Is there any solution to this? I see the std::num_put facet but it only takes builtins. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Jan 18, 5:43 am, Cory Nelson <phro...@gmail.com> wrote:
> I have some very large numbers that don't fit in any of the standard > (or non-standard) builtins. I can make these base-10 ascii easily, > but I would like to use a locale for nice l10n support. Is there any > solution to this? I see the std::num_put facet but it only takes > builtins. There's also a num_punct facet which num_put uses. You can use it. -- James Kanze (GABI Software) email:james.kanze@gmail.com Conseils en informatique orientée objet/ Beratung in objektorientierter Datenverarbeitung 9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34 |
|
![]() |
| Outils de la discussion | |
|
|