Search:

Type: Posts; User: bd02eagle

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,205

    If you are trying to print the answer a simple ...

    If you are trying to print the answer a simple

    cout << "Answer = " << answer << endl;

    should work.
    Dont really see why you would need the get function for this one. You're not reading in data...
  2. Big Endian Little Endian Complex- Converting Characters

    I'm reading in a data file which is in little endian format and Im trying to use subroutines to convert int, float, character, etc. into big endian format. I've succeeded in converting the integers...
Results 1 to 2 of 3