Tag Archives: C++

C++ Programming requires patience

Since September I’ve been working through Ivor Horton’s Beginning Visual C++ 2008 and have been making pretty good progress. Thanks to the good folks at cprogramming.com, I’ve been steered back on course by numerous helpful posts while working through chapter … Continue reading

Posted in General | Tagged , , | Leave a comment

Still here

My focus this year has drifted from Python programming to learning how to ride a motorcycle and then back to programming. This has been my year so far:

Posted in General, Journal, Programming | Tagged , , , , , | Leave a comment

Reading the registry via Win32API

Ugh. I had no idea just how badly my knowledge of C programming was until I attempted to read a single value from the registry. In the end I found that the majority of my problems were because of UNICODE … Continue reading

Posted in Programming | Tagged , , , , , , | Leave a comment