User profile: blueberry

User info
User name:blueberry
Name:Dong Shi
Location:Toronto, Canada
History
Joined:
Number of posts:110
Latest posts:

Quick Question about Classes
Classes 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 ofstream
Can't do this. [code]"STRING A" + stringtype + "STRING B".[/code] Try [code]string(".masterpasswor...

displaying 2D array correctly
Yep it is. Just think about it a little, I'll leave it to you to figure it out. Just think about w...

Sort name Alphabetically
Can you explain what its supposed to do and how its failing to do that? All I can tell is you have ...

displaying 2D array correctly
Welcome to Cplusplus! First off, code tags! [code]void MultiArray::display() { for(int r = 0; r <...