User: dantek15

  • Public profile

User profile: dantek15

User info
User name:dantek15
History
Joined:
Number of posts:4
Latest posts:

Initializing c-string in a constructor
Would something like this work? char * tempName = new char[strlen(name) +1]; this -> name = tempNam...

Initializing c-string in a constructor
The data members of the class are private: char* name; Party party; int intensity; and ...

Reading Integers From A File
I'm having trouble getting integers from a file. If there is no space at the end of a file it works ...

splitting a string sentence into an array of strings
What would be the easiest way, if someone were to type a sentence of words into an input, to put tha...

This user does not accept Private Messages