Hi all,
This week’s post came late due to my hectic schedule and I suspect that I might have to even go for a miss for next week’s post.
In any case, I’ll try my best to post an article every tuesday.
This week’s post is very simple - limits.
A lot of people don’t know theirs. Do you know yours? Read on… Read the rest of this entry »
Hi all,
Ok. This is really an object oriented post. Do forgive me if I’m not as guru or as strict as many OO purists out there. Remember that I do have to balance between a perfect design and a usable design.
In this article, I shall discuss about a topic taught in C++ Beginner level training.
Aggregation and Composition, what’s so different about them? Do I need have a good grasp of English in order to do it properly?
Read on… Read the rest of this entry »
Dear all,
This article is in response to some of the people I’ve met during interviews. I’m just kinda surprised at their level of understanding of C or C++.
One of the basic concepts of C and C++ is pointers though C++ has a stricter references (int& for example) that help to clarify things in terms of usage, the basic understanding of pointers cannot be underestimated.
Why is that so? Read on… Read the rest of this entry »
Dear all,
This week’s article will be rather short because I’ll only be focusing on 1 single issue that I’ve come across. Some may think that it’s complete stupidity while others may be more sympathetic.
In any case, this is a disaster scenario caused by misunderstanding or abusing the use of Object Oriented programming in C++
Read on to find out more… Read the rest of this entry »