Function won't print what is wrong with it?I figured it out. was an infinte loop. prog doesn't work though.
Function won't print what is wrong with it?I'm trying to multiply a 2d array by itself until the specified location is no longer zero but for s...
Initializing array...whats wrong with it.I was trying to make a binary to decimal converter. I only need it to work for at most 6 binary numb...
Initializing array...whats wrong with it.Trying to initialize array but i get an error no matter what i do. what am i doing wrong? [code] v...
Trying to "print" out a two-dimentional for loopfixed it using this: [code] for (int i = 0; i < r; i++){ cout << endl; for (int j = ...
This user does not accept Private Messages