Quick Question about ClassesClasses don't quite work like that. When you declare a class, its the same as making your own varia...
Getting conversion error when trying to open ofstreamCan't do this. [code]"STRING A" + stringtype + "STRING B".[/code] Try [code]string(".masterpasswor...
displaying 2D array correctlyYep it is. Just think about it a little, I'll leave it to you to figure it out. Just think about w...
Sort name AlphabeticallyCan you explain what its supposed to do and how its failing to do that? All I can tell is you have ...
displaying 2D array correctlyWelcome to Cplusplus! First off, code tags! [code]void MultiArray::display() { for(int r = 0; r <...