Archive for January, 2011

Jan 12, 2011

Learning c++ via vb.net and object-oriented programming

In most cases, the idea of programming is all the same. What makes it difficult is learning a particular language with all its different syntax, commands, etc. Like real-world cultures, people speak different languages, but everyone needs to eat and poop, except the words for those might differ from culture to culture. Even if there were no language differences, I’m sure one could still gesture, if considered obscene but still get the point across. If you could pick up those cues, then you’ll see that most cultures are the same. So let’s take a look at similarities between c++ and vb.net… (more…)

Jan 1, 2011

Accessing content from Google Chrome cache

If you want to know how Google Chrome stores files in its cache on your computer, the code is open source and you can look it up here: http://www.chromium.org/developers/design-documents/network-stack/disk-cache
(more…)