Home > Back-end >  The structure of the C programming and implementation of function
The structure of the C programming and implementation of function

Time:09-16

SelfString class implements the

* the two data members: char * dataStr English sentence (storage), int Length (the Length of the English sentence)
* at least two member functions: the constructor (a English sentence read from the file), the destructor
* uf function realization, and two English sentence is the longest public words (words with a space, such as hello hello world this sentence has two words and the world)
  • Related