Search:

Type: Posts; User: petrock6

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,026

    Finally, sounded like I was talking to a wall....

    Finally, sounded like I was talking to a wall.
    Thank you, Master5001.
  2. Replies
    10
    Views
    2,026

    I know about strcmp, I just want something that...

    I know about strcmp, I just want something that will allow you to do something like this.
    Like an IRC bot:

    Person: !add Person
    Bot: Person is added to the Messaging List.
    Person2: !add Person2...
  3. Replies
    10
    Views
    2,026

    String comparing in C

    I know Perl, and I'm so used to the operators for it.
    For example, in perl..



    if($input =~ /help (.*)/)
    {
    $command = $1;
    if($command eq "echo")
    {
Results 1 to 3 of 3