Submitted by Mi-K on Saturday, June 4, 2011 - 3:43pm
In this tutorial we will install PHP, Apache HTTP, MySQL and phpMyAdmin on Windows 7 with examples and explanations.
Note that it will work also on Windows XP and Windows Vista.
Submitted by Mi-K on Wednesday, May 18, 2011 - 9:43am
It is hard to understand conceptually what is happening when we create a string with and without malloc() allocation.
That is what we will see in this tutorial.
Let's see some examples of allocation memory, with and without malloc(), and let's see what is happening in the memory:
Submitted by Mi-K on Tuesday, May 3, 2011 - 3:28pm
We all agree, without any auto-completion, write always the same functions is really annoying. A guy named Tomohiro Matsuyama has created an auto-completion plugin, really helpful.