Hi guys :)
ok so i have something like this
The problem is that because the numbers from somenumber[] are different lengths, the numbers from someinteger[] dont come out aligned nicely under eachother :( how do i fix this? Is there a command that could align them to the right? Thx guys! :)
ok so i have something like this
Code:
for(i=0;<10;i+) { cout<<"\n\n"<<setw(15)<<somenumber[i]<<setw(25)<<someinteger[i]; }
Comment