Search:

Type: Posts; User: Waspntr

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,542

    Thank you all for the tips and hints.

    I went with MrWizzard's help and it works great .
    Thank you.
  2. Replies
    6
    Views
    1,542

    ty for the option

    I seem to get an error even after i include headers

    error C2065: 'hDC' : undeclared identifier

    Any Idea why?
  3. Replies
    0
    Views
    928

    testing for resoluion

    I am writting a program in which the DOS output would depend on resolution (i.e. 1024 x 768 or 800 x 600). I there an easy way to test for this. Anopther problem i am wondering about is there a way...
  4. Replies
    6
    Views
    1,542

    Resolution testing for. . .

    I am writting a program and was wondering if there was an easy way to test which resolution the display was currently in. (i.e. 1024 x 768 or 800 x 600). I was aslo wondering if there was a way...
  5. Replies
    9
    Views
    2,938

    again i thank you for your help

    as advised earlier i tried strcmp() then after reading al ittle farther i noticed the strcmpi() and now i see stricmp(). Which is the correct ver, or are they both correct. I used strcmpi() and it...
  6. Replies
    9
    Views
    2,938

    Thank you all for your help..

    I went with the strcmp() option presented by master5001 and it works fine. this is what the snipit looks like now. Ty all




    #include <cstring.h>

    char temp[9];

    cin >>...
  7. Replies
    9
    Views
    2,938

    Yes master you are right i did intend for it to...

    Yes master you are right i did intend for it to be case insensitive.

    can anyone tell me if strcmp() is a case sensitive compare or not ?
  8. Replies
    9
    Views
    2,938

    Does strcmp() worry about the case of the letters in the string when comparing??

    I accidentally posted new thread last time i trie to ask LOL
  9. OOOPPPS sorry new to posting supposed to be reply...

    OOOPPPS sorry new to posting supposed to be reply not new post....
  10. >>strcmp(); makes it alot easier to compare 2 strings

    Does strcmp() take into account the case difference?
  11. Replies
    9
    Views
    2,938

    Comparing a string (case sensitive)

    I am trying to compare the string addPayType to all case sensitive possibilities. I have tried the strupr(), and a few other i have found on this board with 0% success rate. Here is my code snipit,...
Results 1 to 11 of 11