Search:

Type: Posts; User: mario_75

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,000

    Thanks for advice, I'll see what I can do with...

    Thanks for advice, I'll see what I can do with the new load of info!
  2. Replies
    7
    Views
    2,000

    I thought that it may had something to do with...

    I thought that it may had something to do with the last space and I had used option (c), but the results


    in.find_last_of(" ")

    or

    rfind(' ');

    are too advanced for what I need to use at...
  3. Replies
    7
    Views
    2,000

    Yes, I know how to get a character or a word for...

    Yes, I know how to get a character or a word for a given sentence


    #include <iostream>
    #include <string>
    using namespace std;
    int main()
    {
    string strSentence = "Today will rain";
    int...
  4. Replies
    7
    Views
    2,000

    Extract a word

    Hi all, this is my first post on the forum and I hope I can get some help with my problem.
    I need to make a program to extract the last word from a sentence. I managed to extract the last...
Results 1 to 4 of 4