News

I noted this _very_ interesting behavior of the VC++ 6.0 compiler with code like the following.void somefn(int something){int large_array[400000];...}When I look at the intermediate assembly code ...
Alrighty, my disclaimer is that I suck with COM. Always have, always will. With that out of the way, I'm trying to work on some legacy apps that I've ...