Search:

Type: Posts; User: alexcurtis

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    12,131

    Im afraid I can't do that. Im writing to a...

    Im afraid I can't do that. Im writing to a specific file format that is binary and big-endian.
  2. Replies
    8
    Views
    12,131

    OK. No Problem. Am I still going to run into...

    OK. No Problem.

    Am I still going to run into problems on machines (with a different endian than the machine that wrote the file) when they try to decode it?

    -Alex
  3. Replies
    8
    Views
    12,131

    Byte Swapping Floats

    How do I go about swapping bytes (little endian -> big endian and visa-versa) in a platform independent way.

    I saw this:


    float FloatSwap( float f )
    {
    union
    {
    float f;
  4. Replies
    3
    Views
    1,385

    http://cpp.codenewbie.com/articles/cpp/1533/Operat...

    http://cpp.codenewbie.com/articles/cpp/1533/Operator_Overloading-Page_1.html

    Google Is Awesome :)
  5. wxWigets, GTK, QT, FLTK to name a few...

    wxWigets, GTK, QT, FLTK to name a few cross-platform gui toolkits.

    You can of course use win32 api

    Cheers
    -Alex
Results 1 to 5 of 5