Search:

Type: Posts; User: smokeyangel

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,090

    Just to expand a bit on that: ...

    Just to expand a bit on that:




    zero=atoi(0);


    atoi looks like this:
  2. Replies
    5
    Views
    3,090

    You've got the right sort of idea -- your big...

    You've got the right sort of idea -- your big problem is in how you're storing the input ascii values. You've chosen to put them in a char array and read them with %s. I'm pretty sure this is not...
Results 1 to 2 of 2