Inserting a row into a matrix?So the first column has to look like 2 3 4 5 6 7 8 The Row with the 4,8,12.... shouldn't be deleted.
Inserting a row into a matrix?I'm writing a function that inserts a row into a matrix and deletes the last row. But I'm having tr...
Function that stores a number into an integer array?Like this: [code] void insertNumber( int array[], int newNumber ) { int index, highIndex; ...
Function that stores a number into an integer array?I'm writing a function that stores a number into an array. If the number is greater that the lowest ...
Reading and writing to the same file?Is there a way to read and write to the same file? I'm writing a game program and I want to save ...
This user does not accept Private Messages