Search:

Type: Posts; User: apm

Search: Search took 0.01 seconds.

  1. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    1. strupr( token ); worked like a charm 2....

    1. strupr( token ); worked like a charm

    2. actually if i can just make condition in which if they see symbol they'll just print out ignore line. It would be an escape, except if a line is like "#...
  2. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    thanks for the help! i decided to make new a new...

    thanks for the help! i decided to make new a new txt for the heck of it and it doesn't crash anymore, strange.

    3 more things to do until my program is complete

    - make the script uppercase right...
  3. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    it works but it crashes heres a screenshot...

    it works but it crashes
    heres a screenshot
    http://img362.imageshack.us/img362/2691/untitlednx5.jpg



    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include <ctype.h>
  4. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    sorry about the indent purpose of the program...

    sorry about the indent

    purpose of the program is to read a script from a text file, then tokenize each word/number, then use strcmp to read the word/number that has been tokenized to outport...
  5. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    what kind of loop can i use so i can pass it to...

    what kind of loop can i use so i can pass it to strcmp then?
  6. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    it crashes after it prints out the the script...

    it crashes after it prints out the the script from the file word by word


    /* Reading from the script file */

    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include <ctype.h>...
  7. Thread: strcmp help!!

    by apm
    Replies
    14
    Views
    4,120

    strcmp help!!

    my program crashes at the condition part


    /* Reading from the script file */

    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
    #include <ctype.h>
    //#include <iostream>
  8. Replies
    3
    Views
    1,326

    errr, it's not changing my title name

    errr, it's not changing my title name
  9. Replies
    3
    Views
    1,326

    how do i make condition for string/int after tokenization

    can anyone help?

    thanks


    /* Reading from the script file */

    #include <stdio.h>
    #include <stdlib.h>
    #include <windows.h>
Results 1 to 9 of 9