why does \n vs endl work differntly with setw outputAlright thanks, and ill check that link out
why does \n vs endl work differntly with setw outputbut whats weird is that this, the following output: cout << left << setw(10) << name << setw(10) <<...
why does \n vs endl work differntly with setw outputThis code works perfectly but if you were to use the \n in the setw it will mess up the output forma...
how to get the base class to access the appropriate derived classI need help in being pointed in the right direction I am trying to get a base class to choose the ...
how do i get this function to search the array for a title or author and show it, anyone any ideasvoid recordArray(BookRecord *book, fstream &dataFile) { dataFile.open("Books.txt",ios::out | i...
This user does not accept Private Messages