Hi, keskiverto. And thank you for replying to this post! :D
I did the setw, and it still doesn't output the desired results.
Here's what I did: cout<<" "<<setw(10)<<"\tQ.["<<c + 1<<"]"; worked but still not aligned
and this also didn't. cout<<"\tQ.["<<c + 1<<"]"<<setw(10);
If I may ask, where should I put it? I know it maybe a simple question but I'm new to c++ please bear with me. D: