Console output alignment in C

-Ignore everything I just said-

ugh this is annoying. Why does Linux get a thousands separator, but windows doesn't M$ that's just retarded.
 
Last edited:
-Ignore everything I just said-

ugh this is annoying. Why does Linux get a thousands separator, but windows doesn't M$ that's just retarded.

Tell VS to use a different compiler then. Use the Mingw compiler instead of the VC++ windows compiler.

Is it the compiler throwing an error, or just VS not recognizing it as correct with Intellisense?

Maybe try using a different IDE, such as Code::Blocks or even VS Code.
 
^I'm using Code::Blocks with GNU GCC (MinGw) and it's not a recognized option for me either :( seems to be a very badly supported option :/
 
^I'm using Code::Blocks with GNU GCC (MinGw) and it's not a recognized option for me either :( seems to be a very badly supported option :/

Ah so its one of those things.

You could always look for a premade library as well, unless you're not allowed to use extra libraries besides the standard lib and your own custom ones.
 
A thousands separator won't kill me, the spacing issue was far more important, so I'm glad we got that sorted out.
 
Back
Top Bottom