Submitted by Mi-K on Saturday, February 19, 2011 - 5:00pm
1) Dowload the Zend framework To easily create a new project with Zend framework we have to go until the bin/ directory of the framework package. 2) Once downloaded from the official website, go until this directory:
Submitted by Mi-K on Monday, February 14, 2011 - 12:25pm
If you have always dreamed to change the classic prompt of your favorite Shell, it is time to see how to do it. Open your tcsh's config that you can find in your home, it is called .tcshrc and inside, modify the line:
Submitted by Mi-K on Monday, February 14, 2011 - 10:30am
To start gdb, we have to add the -g flag at the compilation time.
So it is easy to add it in a Makefile. We are also using the Emacs IDE for running gdb.
Note that the code below does not work because we want to see the segmentation fault with gdb.