Search:

Type: Posts; User: lode

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    2,072

    thanks dweia! Is there anyone who help can...

    thanks dweia!



    Is there anyone who help can me further with this problem?
    The while for checking for badwords, I now got this part:


    char badwords[20][20];
    ifstream file_bwchk...
  2. Replies
    17
    Views
    2,072

    Ah thanks! I was a bit confused by the *iter !=...

    Ah thanks! I was a bit confused by the *iter != '\0'; part (i didn't know what '\0' meant) so I didn't read the rest quite well :$
  3. Replies
    17
    Views
    2,072

    I tried many different ways of making this while,...

    I tried many different ways of making this while, but didn't manage to get it working, accept for this last one you provided. I now got this part:



    char badwords[20][20];
    ifstream file_bwchk...
  4. Replies
    17
    Views
    2,072

    Thanks Dweia! This works ok now. Only I haven't...

    Thanks Dweia! This works ok now.
    Only I haven't got much of an idea about how to check this in a loop. The tutorials don't provide me the information I'm looking for (or I'm not looking in a good...
  5. Replies
    17
    Views
    2,072

    Thanks for your answers! I now use this piece...

    Thanks for your answers!

    I now use this piece of code:


    char* msg = aw_string

    (AW_CHAT_MESSAGE);
    if (!strstr (msg,"badword") == 0) {
  6. Replies
    17
    Views
    2,072

    simple string, search in input

    Hello everybody,

    I have made an activeworlds bot which have to react on chat strings.
    It has to filter badwords out. The activeworlds software prevents to do that realtime, but reacting on...
Results 1 to 6 of 6