Search:

Type: Posts; User: supertoad

Search: Search took 0.00 seconds.

  1. Tutorial for making better computer graphics?

    Not displaying them with code, actually drawing them. I'm pretty good at drawing on pencil and paper, but no matter how much I practice I can't get any better at drawing graphics for my games. All...
  2. Replies
    2
    Views
    5,283

    Yes. As far as I've seen ticalc.org doesn't...

    Yes. As far as I've seen ticalc.org doesn't provide any information about the file format.
  3. Replies
    2
    Views
    5,283

    How to read/write 8xp file format...

    8xp is the file format that TI-83 (and other versions) calculators use to save BASIC files. Does anyone know how to read and write this type of file? I've been searching for a while without finding...
  4. Replies
    2
    Views
    1,895

    Above the for() in void ioStr ::...

    Above the for() in



    void ioStr :: DisplayNoWht()
    {
    for (int i = 0;i<=numLines;i++)
    {
    fins.getline(str, 1000, '\n');
    fins.ignore(1000,' ');
Results 1 to 4 of 4