Padding for BMP files with Dynamic Memory@dutch That last post ended up working, and I've pretty much done the same thing for writing the fi...
Padding for BMP files with Dynamic MemoryI did pretty much the same thing whenever I read in the pixel data but with this section and I've ma...
Padding for BMP files with Dynamic MemorySo the goal of this program is to invert a picture's pixels in a BMP format. I'm not really underst...
Passing a value from member function to non member functionThank you @dutch got it working
Passing a value from member function to non member functionThe problem is that ToBinary() can't accept values from GetSet() because it's not included in the cl...