: If you have strong C++/VC++ skills, and experience in OPenGL/DirectX/Direct3D, you need to contact me NOW for an exciting awesome opportunity to create games for a company that is willing to pay for the RIGHT candidate!!!
:
:
:
Can you send me more information about this? (For example, location, company, etc.)
Please contact me with this information at jackson170@hotmail.com .
----
Instead of using temp = varX; varX = varY; varY = temp; for swapping 2 numbers, why not use
varX ^= varY; varY ^= varX; varX ^= varY; ?