Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I get Decimal separator in the system that my program run I use Visual c++ NET
Hello! Have a look at:
System::Globalization::CultureInfo::CurrentCulture->NumberFormat->NumberDecimalSeparator
Alex
Thanks a lot