Search:

Type: Posts; User: Dstrukt

Search: Search took 0.00 seconds.

  1. Thread: int to char?

    by Dstrukt
    Replies
    5
    Views
    1,780

    The character '7' is not represented as 7 in...

    The character '7' is not represented as 7 in ASCII.

    EDIT: Too late.
  2. Replies
    2
    Views
    1,701

    Where is s pointing to? You just declare it as a...

    Where is s pointing to? You just declare it as a char pointer, but never actually point it anywhere. Then you proceed to read in data to it. Strange stuff is bound to happen if not a segfault.
  3. Replies
    22
    Views
    5,890

    You probably won't be doing anything for a long...

    You probably won't be doing anything for a long time that will warrant a big IDE with lots of advanced features. Just use one of the gazillion text editors available and stick to the terminal for all...
  4. Replies
    4
    Views
    1,113

    lol Check out this tutorial:...

    lol

    Check out this tutorial: http://beej.us/guide/bgnet/
Results 1 to 4 of 4