I've got a program I need a mortgage table printed as an output and I'm struggling with the syntax for printing commas in the digits(ex. 20,000 instead of 20000).
That works fine on Linux, but locale support is typically broken on Windows. MinGW users must use STLPort or some other standard library to get C++ locale support of any kind.