Search:

Type: Posts; User: RiPC0rz

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,292

    That done the trick, cheers mate. I really don't...

    That done the trick, cheers mate. I really don't understand it at the minute, but i'll have to make a note to come back to that when i've progressed a bit.

    Thanks again
  2. Replies
    4
    Views
    2,292

    Sorry, I forgot to mention I tried ...

    Sorry, I forgot to mention I tried
    cout.setf(ios::hex); It unfortunately did not remedy the problem either. Does using "cout.hex" and "ios::hex" make a difference?

    I am starting to get the...
  3. Replies
    4
    Views
    2,292

    cout format as hex

    I've been slowly working my way through C++ for Dummies 5th Edition and I have met a slight predicament.

    The book told me to use
    cout.setf(cout.hex); to format the output as hex, but instead it...
Results 1 to 3 of 3