Dynamic memory - destructor causing weird issueI think that was the issue. I went back and realized I was moving the array [i]then[/i] deleting the...
Dynamic memory - destructor causing weird issueSo I'm writing an ATM/Bank program using pointers and dynamic memory. Everytime an account is read i...
Can't search an array of objects for a matching stringI'm trying to search an array of objects to find a match for a string that a user types in, however ...
How to find product of a row of 2D/Multidimensional array?1 x 2 3 x 4 5 x 6 like that.
How to find product of a row of 2D/Multidimensional array?How would I find the product of a row of 2D array? Example: COLS = 2; ROWS = 3; int product;...
This user does not accept Private Messages