User profile: nebula190

User info
User name:nebula190
History
Joined:
Number of posts:8
Latest posts:

Problem with array
There's no need to mention it again. I noticed your remark. But I marked the former thread as solved...

Problem with array
OK thanks:)

Problem with array
void split_sentences(void){ std::string text2 = text; string unsorted[8]; stringstrea...

Splitting strings
Thank you very much for your reply! Your code works perfectly.

Problem with array
Hi, I have implemented the function called " void split_sentences(void) ". Its output is array with ...