User profile: MZH

User info
User name:MZH
History
Joined:
Number of posts:26
Latest posts:

Multi-Dimensional Table Printing
In a 7-element array, the last index is 6. So, your [code]while[/code] condition should be [code]whi...

Matrix printing
You are putting a newline after every matrix element. For matrix elements on the same row, you shoul...

[Not solved]Allow access to Private from external object method
If I'm understanding you correctly, both [code]spy[/code] and [code]info[/code] will have friend met...

Need help reading a file?
There's a small problem with SamuelAdams' code. The [code]inputfile[/code] stream might not enter a ...

need help with loop
The easiest way is to use [code]break[/code] in order to jump out of a [code]while(true)[/code] loop...