c++ - Align Console Text -


i've switched visual studio 2010 2017 , i've noticed aligns text in console application differently.

previously, 2010 version leave few spaces console text , 2017 version, text aligned on left side hugs console application.

my question is, there anyway permutably align text have couple spaces between console , text instead of hugging it?


Comments