gcc - Digit separator in C - Stack Overflow
https://stackoverflow.com/questions/3803992526.06.2016 · I have been able to use the digit-separator ' in my C projects thus far. They have all been compiled with the MSVC compiler with no problems. I have just changed to using the GCC compiler instead, which does not allow these digit-separators and throws an error, when I use them. I assume the reason is because, Visual Studio uses the same ...