Resizing dynamically allocated memoryHelios: Thanks. I thought as much but just wanted to check.
Resizing dynamically allocated memoryI'm dynamically allocating memory for a 2-d array (char ** genresList) thus: [code]genresList =...
stream typeskbw: thanks.
stream typesSay I have an int and I want to write it to a text file: [code]theFile.open("numstrng.txt", ios::...
I'm supposed to print 15... but it keeps giving me 19... why?Arrays are zero-based. You start at 1 and read beyond the bounds of a. 19 is just one of any values...
This user does not accept Private Messages