Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gorecki
  • Content: Threads
  • Order by date
  1. Gorecki

    Byte Swapping

    I have a COLORREF DWORD value (0x00bbggrr) that I want to convert to a D3DCOLOR DWORD value (0x00rrggbb). As you can see the 2nd and 4th bytes need to be exchanged. Any suggestions would be appreciated. Gorecki
  2. Gorecki

    Pass the Class Please

    Hello, I'm having trouble passing a class object that requires a single parameter for the constructor. The result I want being, inside another class, pass the already initialized object's pointer to another variable. eg. //FirstClass Constructor FirstClass::FirstClass(char* name) { // Start...

Part and Inventory Search

Back
Top