Search:

Type: Posts; User: bcole

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,667

    Duh. Of course! Thank you. I'm more competent...

    Duh. Of course! Thank you. I'm more competent in some other languages. It's humbling to be a beginner again...
  2. Replies
    4
    Views
    2,667

    typecase strlen set to variable--bad

    In this simple code fragment, the first printf displays 32767, but the second displays the correct value for the length of theName.

    Why?

    char theName[50];
    int theLength;
    ...
Results 1 to 2 of 2