Hi,
I'm trying to output a list of dvd titles along with some of their details. The problem is that it seems I can't get them aligned all pretty well. So I upload the screen shot as well as the code generating it. Please help me out here. This is an old unsolved problem of mine.
cout << "ID: " << ID << "\t" << "Title: " << dvdItem << "\t\t\t\t"
"Year: " << year << "\t" << "Want: " << want << "\t"
"Have: " << have << "\t" << endl;