18 years ago
Highlights
Community contributions featuredSDL_SetVideoMode succeeds but the glDrawPixels doesn't. My GPU supports 8-bit, 16-bit, and 32-bit color depths.
18 years ago
I'm using SDL w/ OpenGL in C with Netbeans 6.0.1. I'm trying to fathom completely about the framebuffer such as color depth and palette size. I want to use a single 8-bit color…
18 years ago
18 years, 4 months ago
I'm creating a POINT and VECTOR struct with overloading operators for point and vector arithmetic. Here are the declarations for POINT and VECTOR structs: The POINT struct names…
18 years, 4 months ago
I'm trying to send a std::vector of two elements to the client using the winsock sendto() function like so: // it's a seeking message. send a reply now CMessageHosting msgHost;…
18 years, 4 months ago