Search:

Type: Posts; User: sleex

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,892

    hex in c++

    The compiler won't understand it unless there is some structure like _asm is for assembly language. And by the way the alpha characters in hex codes only go A-F.
  2. Replies
    11
    Views
    1,892

    reply to files unreadable

    The easiest way is to do it in binary. Though I do lots of windows programming I've never actually learned file i/o using windows functions so this will have to do.
    #include <fstream.h>

    ifstream...
  3. Replies
    11
    Views
    1,892

    reply to files unreadable

    The easiest way is to do it in binary. Though I do lots of windows programming I've never actually learned file i/o using windows functions so this will have to do.
    #include <fstream.h>

    ifstream...
  4. Thread: file headers

    by sleex
    Replies
    3
    Views
    1,089

    file header reading

    Since this is a programming board I want to use c++ to read them in and then be able to make it so I can read them with the necessary manipulation or whatever...
  5. Thread: file headers

    by sleex
    Replies
    3
    Views
    1,089

    file headers

    how do you read file headers? Please include partial sample code as an example.
Results 1 to 5 of 5