So I needed to create C++ class that would be used to create a static copy of some data the program already Uses (but sometimes changes), for which it would need to revert to its original state (it also non contiguous). It also needs to be able to 'fiddle' with the data at the byte/bit level.
So I create part of the class, but when I tested it I got these weird results. It seemed to be putting say integer (32bit) data bytes backwards.. _______________________________________________ http://www.mccmedia.com/mailman/listinfo/brin-l
