Forum: C++ Mar 17th, 2009 |
| Replies: 16 Views: 420 Ah, I just noticed a bit on the SDL site; the video portion is implemented via OpenGL ;P
The GLUT (openGL Utility Toolkit) library simplifies window management, and drawing within the window,... |
Forum: C++ Oct 22nd, 2008 |
| Replies: 4 Views: 394 The function definition is not being included in your test.cpp module, so the linker can't find it. Often inline function definitions are saved as a different type of file (like test.inl) which is... |