User: vtk

  • Public profile

User profile: vtk

User info
User name:vtk
History
Joined:
Number of posts:12
Latest posts:

why does \n vs endl work differntly with setw output
Alright thanks, and ill check that link out

why does \n vs endl work differntly with setw output
but whats weird is that this, the following output: cout << left << setw(10) << name << setw(10) <<...

why does \n vs endl work differntly with setw output
This 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 class
I 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 ideas
void recordArray(BookRecord *book, fstream &dataFile) { dataFile.open("Books.txt",ios::out | i...

This user does not accept Private Messages