Search:

Type: Posts; User: sansuki

Search: Search took 0.00 seconds.

  1. I changed that within about 15 minutes of posting...

    I changed that within about 15 minutes of posting it :( here is what I changed it to that WORKS and reads the data file.



    #include <cstdlib>
    #include <iostream>
    #include <fstream.h>

    using...
  2. Project compiling, but not executing correctly

    Hi, I asked you guys earlier how to change ascii to integer, and you guys helped tremendously.

    I finished my file, but it is giving me seriously strange output.

    I was wondering if someone could...
  3. I can't use ANY preset functions. It has to all...

    I can't use ANY preset functions. It has to all be manual.

    And Sam? Your reply makes sense, its just a riddle :)

    here is what I have so far:


    #include <cstdlib>
    #include <iostream>...
  4. Converting ascii to integer without using atoi

    very simple question, but I'm having a problem doing this. I simply need to take a string, "342" and instead of its ascii range, I need to change it to an integer of 342.

    I think I need to take...
Results 1 to 4 of 4