Many of you have encountered some weird issues with the latest shell interface for the GNOME desktop environment, Unity. As far as my experience goes, Unity has several conflicts with the CompizConfig Settings Manager. I have experienced several crashes of Unity while playing with settings in the CompizConfig Settings Manager. …
11. More On Arrays
In the previous post we introduced arrays to you; and learned that arrays make our tasks a lot easier when we are dealing with a number of records. Arrays are not just that, there is a lot more on this topic as we shall see here; how to deal with …
10. Introduction to Arrays.
We learned about variables in our previous posts, we saw that they are essential part of any programming language, before we move further I would like you to think over, what if we want to store records of hundred entities, for e.g. we want to store the names of hundred …
How to resolve Internal Error, wampserver.
I just installed wampserver 2 and found that whenever I tried to put it online message box pops up saying “ Could not execute menu item (internal error) [Exception] Could not perform service action: the service has not been started.” I went through many different posts at last found one …
9. Introduction to Pointers
We learned about variables that they are used as identifiers to memory locations so that we need not to remember the difficult memory addresses, but is there a way to store those memory addresses in case we need them? Yes! Pointers are a powerful feature of C language which gives …
Recent Comments