From Java to C++ – Inheritance

This post will be short, however I think it could be useful for people, especially the ones coming from Java to C++. Today I want to cover inheritance, which may seem like a trivial thing, but actually it’s not. Maybe not at its core –…

Read more

From Java to C++ – Templates

Generic programming is everyday bread for possibly every Java programmer out there. Only the oldest Java programmers out there still remember the times, when we’re casting things all over, and lists were instantiated without explicitly telling the compiler what type of objects they hold. There…

Read more

‘C++ Today’ review

As I’ve mentioned a couple of times – I’ve been around programming for quite some time. My first programming experience was rewriting BASIC programs from programming magazine called ‘Bajtek’. Hardware was Timex 2048, and I was circa 6 years old. As this was year 1990…

Read more

Back to top