0 LIKES LikeUnLike
I am trying to store a whole bunch of char* strings in an array, but I forget how to dynamically initialize an array of char*, can anyone help me?Am I supposed to do char** headerArray = new char*[headerCount];for(int i=0;i<headerCount;i++) headerArray[i] = new char*[MAX_LENGTH]; ????
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.