Monthly Archives: March 2009

long way ’round

I want to know why you might approach assigning “Longitude” to a CString using this method: CString temp_str; sprintf(temp_str.GetBuffer(), “%s”, “Longitude”); temp_str.ReleaseBuffer();

Posted in Computers | Tagged | Leave a comment

project update

So, I’ve been running down the list of features that I want in my system backup application. I’ve decided that this is the must implement feature list: Full system backup (i.e. support bare metal restore) Hourly backups of changed files … Continue reading

Posted in Computers, Programming | Leave a comment

software project

Work has been keeping me ridiculously busy lately, but I’m starting to formulate plans for my next side project. I think I am going to develop a volume shadow copy backup system. The system will be similar to TimeMachine but … Continue reading

Posted in Computers, Programming | Leave a comment