<eob>
Finally …
February 28, 2008… some respite. The project I was working was finally demo’ed today. It was successful. I’m on the demo high right now, but I think I will have some more time to blog about other topics. My next project is to find a nice thunking library to convert C++ member functions so that they can be passed to a function that has a pointer to a C function.
Using Boost::Bind and Boost::Function for Windows Procedure Functions
February 25, 2008The experiment failed. What was I thinking? I forgot that C++ member functions have an implicit this pointer, that makes them pretty useless as function pointers. Oh well… Onto finding a good thunking library … Who woulda thunk?
Turning any monitor in to a 3D VR display | George Ou | ZDNet.com
February 22, 2008Turning any monitor in to a 3D VR display | George Ou | ZDNet.com
This one of the more remarkable things I’ve seen with a Wii. The Wii console is pretty cool by itself, but I’m constantly surprised with the stuff people are coming out with its controller. Check out the video. It really does appear you’re looking at a 3D image, with a perception of depth.
Brought to you via here.
Static Data …
February 19, 2008I came across this blog post about the evils of static data via here.
I agree with everything the blog post states but how would you program singletons without static data?
Posted by bybitsandbytes
Posted by bybitsandbytes
Posted by bybitsandbytes