Search:

Type: Posts; User: dvldrmmr

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,412

    Oops. :eek: Forgot that. Thanks for the...

    Oops. :eek: Forgot that. Thanks for the correction.
  2. Replies
    7
    Views
    1,137

    Couldn't you do this: system("notepad " +...

    Couldn't you do this:


    system("notepad " + file_name);

    ???? That'd work if it was a console prog. For a windows prog you could probably use the API (which function I don't know - haven't...
  3. Thanks. That helps a lot. One ? though. in this...

    Thanks. That helps a lot. One ? though. in this code


    cout << "\t" << dec << x << "\t\t Decimal" << endl;
    cout << "\t" << oct << x << "\t\t Octal" << endl;
    cout << "\t" << hex << x << "\t\t...
  4. Thanks. I'll have to look into that. Do you...

    Thanks. I'll have to look into that. Do you happen to know any tutorials about <bitset>?
  5. Replies
    10
    Views
    1,412

    Hi. For one of the projects in my CS class this...

    Hi. For one of the projects in my CS class this semester we had to overload the >> and << operators for a complex # class. The reason we had to do that was because the class complex creates a new...
  6. Ok. I fixed the conversion. Thanks again for...

    Ok. I fixed the conversion. Thanks again for your help anonytmouse. Much appreciated. :)
  7. Thanks. It runs in windows now, I'll check linux...

    Thanks. It runs in windows now, I'll check linux later after I fix the conversion - it ouputs a bunch of gibberish. Thanks again for your help.
  8. Help with Error - Binary to Character Converter

    Hi. I wrote a binary to character converter program but I have a problem - after I type in the binary (e.g. 01000001) the program stops with an error. I ran it in win XP and linux but both give...
Results 1 to 8 of 8