Hi,
What makes a class locale?
Printable View
Hi,
What makes a class locale?
Maybe smart decoration and good service? :-)Quote:
What makes a class locale?
Do you mean locale, or a local class? A local class would be one declared within a function definition.
Code:class locale{
: public _Locbase<int>
};
http://www.cplusplus.com/reference/std/locale/locale/
I'm not sure what you mean by what "makes" a class locale.
You need to #include <locale> and then use std::locale() if you want to create a locale object, but I don't think that's what you're asking, can you cllarify?