Search:

Type: Posts; User: DigitalKhaos

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    9,955

    I guess the way around that would be: ...

    I guess the way around that would be:



    if(strncmp(my_buffer, array[x], strlen(my_buffer)) == 0)


    BTW - I've decided to trash this method, and instead use a list
  2. Replies
    3
    Views
    9,955

    Traversing an array

    I have what I think is a simple question.

    I have an array as follows:

    char array[5][100] = {
    "string 1",
    "string 2",
    "string 3",
    "string 4",
    "string 5"
  3. Replies
    2
    Views
    1,858

    Why not just use a switch(menu_choice)?

    Why not just use a switch(menu_choice)?
  4. Thread: Hey

    by DigitalKhaos
    Replies
    3
    Views
    2,208

    Hey

    Heyas all,

    Just posting to introduce myself. Prolly won't hear from me much, at first at least. I know C/C++ and that's about all right now. Anyways, just wanted to say hi.

    Laters.
    Kha0s
Results 1 to 4 of 4