Thread: Accessing the C++ Standard Library locale object

  1. #1
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812

    Accessing the C++ Standard Library locale object

    Hi,

    I need to access a locale object in order to read/change decimal_point and thousands_sep values. However, I can't figure out how to do this and it doesn't appear to be straight forward.

    Can anyone help me?

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    There is limited documentation on this in appendix D of stroustups the c++ programming language and a better written description in Jossutis' The c++ standard library.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Standard C library Question
    By invisibleghost in forum C++ Programming
    Replies: 3
    Last Post: 10-24-2004, 01:40 PM
  2. C++ main standard library Question
    By invisibleghost in forum Linux Programming
    Replies: 2
    Last Post: 10-24-2004, 12:05 PM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. accessing a object that you don't know
    By uvacow in forum C++ Programming
    Replies: 3
    Last Post: 11-07-2002, 12:09 AM
  5. C Standard Library
    By JoshG in forum C Programming
    Replies: 2
    Last Post: 07-17-2002, 09:09 AM