(NEED HELP PLEASE)Writing data from a file into a matrix how do you use strtol? and also this is not supposed to be printed in "yourfile" rather in "cout" al...
(NEED HELP PLEASE)Writing data from a file into a matrix when i write this array into the c++ debugger i just get a bunch of zero's set up in array form. the...
How to read a random number array to an output fileSo how would i have to set up this loop?
How to read a random number array to an output file I need help with reading an array with random numbers into an output file.This is not my full code...
Creating a file by name of user inputi actually get errors if i i make this declaration like this // int *matrix = new int[inputted_row]...