Search:

Type: Posts; User: Austaph

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,830

    Thanks. ascii_file

    Thanks.



    ascii_file<<test[i]<<": "<<(char)test[i]<<" ";
    ascii_file<<++test[i]<<": "<<(char)test[i]<<" ";
    ascii_file<<++test[i]<<": "<<(char)test[i]<<" ";
    ascii_file<<++test[i]<<":...
  2. Replies
    6
    Views
    1,830

    Look closer.

    Look closer.
  3. Replies
    6
    Views
    1,830

    [SOLVED] For Loop Acting Goofy

    Trying to make a simple app to output a range of characters to a text file. This is the code:


    #include <iostream>
    #include <fstream>
    int test[221];

    int main ()
    {
    std::ofstream...
  4. Replies
    26
    Views
    2,561

    ASCII Character

    Most MTG programs allow card bodies with carriage returns. If I remember correctly it's (char)13. Load the library into whichever program you use and take a look at 1996 World Champ to see what I...
Results 1 to 4 of 4