Search:

Type: Posts; User: Seggaeman

Search: Search took 0.00 seconds.

  1. Thanks, yes you are right about the endianness...

    Thanks, yes you are right about the endianness and the fact that it's not appropriate for text files. But no problem, I wrote this specifically for a binary file format which uses little endian(just...
  2. I don't get what you mean actually, could you...

    I don't get what you mean actually, could you give an example? Sure it works with class data and it's also handy for writing entire structs from memory to a file.
  3. Replies
    2
    Views
    1,793

    Use "Add resource" to add your icon. Here's a...

    Use "Add resource" to add your icon. Here's a post that may help.
    c++ - How do I set the icon for my application in visual studio 2008? - Stack Overflow
  4. Overriding std::fstream > operators

    Hi
    I've overriden the << and >> operators to write data in binary format (instead of text). The function seem to work ok but I'd like to know if they are sufficient and whether they be...
Results 1 to 4 of 4