User: hexamexapex

  • Public profile

User profile: hexamexapex

User info
User name:hexamexapex
History
Joined:
Number of posts:6
Latest posts:

Read a text file into dynamically allocated array and return a pointer to array
[code] while (getline(inputFile, line)) { if (!inputFile.eof()) line += '\n'; *result += line; [/...

Read a text file into dynamically allocated array and return a pointer to array
I have added some comments to the code you provided. Can you tell me if I am understanding each lin...

Read a text file into dynamically allocated array and return a pointer to array
Just want to say that I sincerely am thankful for your help here. I am reading through all the sugg...

Read a text file into dynamically allocated array and return a pointer to array
Thank you for the tips...I am working them into my program now.

Read a text file into dynamically allocated array and return a pointer to array
While I thank you immensely for your response I must admit we have not covered vectors. This seems ...

This user does not accept Private Messages