Multi-Dimensional Table PrintingIn a 7-element array, the last index is 6. So, your [code]while[/code] condition should be [code]whi...
Matrix printingYou 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 methodIf 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 loopThe easiest way is to use [code]break[/code] in order to jump out of a [code]while(true)[/code] loop...