Search:

Type: Posts; User: otz111

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,567

    How do I do that?

    How do I do that?
  2. Replies
    5
    Views
    1,567

    casting a string of chars as a string of ints

    For a string text,

    why isn't

    for(i = 0; strlen = n, i < n; i++)

    text[i] = (int) text[i]

    casting each character of text as an integer?
Results 1 to 2 of 2