Search:

Type: Posts; User: shotgunmoose

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    868

    strcmp clarification

    Ola!

    if I use the function

    int my_strcmp(char * s1, char * s2)
    {
    /* S1 = Abba S2 = Ball*/
    return strcmp(s1,s2);
    }
  2. Replies
    2
    Views
    1,768

    Learning Material Suggestions

    Hello All,

    I'm a 1st year university student with some ambition, and a lotta time on his hands, and I was wondering if anyone could suggest a good guide book to VC++ MFC, and/or Graphic Tutorials...
  3. Replies
    9
    Views
    1,133

    Well, I'm currently not getting the response I'd...

    Well, I'm currently not getting the response I'd like, so here's an example of what I'm trying to do...

    i.e.

    "Please Enter a Character:"
    (User enters-->)abc

    "You Entered: a"

    (I'm trying...
  4. Replies
    9
    Views
    1,133

    Input Chunking: How to

    Hello All!

    I was wondering if anyone knows of a way that is similar to JAVA's system.in.skip(#); command in C, or if there isn't, is there a way to get around unwanted char inputs by the user in a...
Results 1 to 4 of 4