peterworth
Programmer
i want to create an array of rgb values and then draw them with a CDC. i assume the best way to do this is with BitBlt, but this requires a CDC to copy from in the first place. how do i create a CDC with the values in my (2D) array?