Forum: C++ Jul 19th, 2007 |
| Replies: 0 Views: 924 Hello,
Could anybody please advise me where I can find examples of high precision floating operators, where I can clearly see the binary schifts. I've learned binary basics, but I have no idea how... |
Forum: C++ Jul 18th, 2007 |
| Replies: 2 Views: 2,708 oh, thanks, i didn't know there's a bmp library... i'll do someresearch then! |
Forum: C++ Jul 18th, 2007 |
| Replies: 2 Views: 2,708 Hello!
I need to invert a 24-bit bmp image from right to left, and from top to bottom. I know how to invert colours, but not the position. I only know fstream to open and close files. This is what I... |