Submitted by Mi-K on Tuesday, November 29, 2011 - 8:31am
Maven is a tool, mainly developed for Java developments.
This is a complete software so it is not so easy to understand when you start developing, even with the official website of Maven: http://maven.apache.org/.
Submitted by Mi-K on Wednesday, November 23, 2011 - 8:31am
It is a bit complex to know how to install CppUnit and how to use it with Eclipse.
That's why I make this tutorial about CppUnit and Eclipse.
I hope it will be easy enough even for beginners, if not, do not hesitate to post a comment, I will help if I can.
Submitted by Mi-K on Friday, November 11, 2011 - 4:16pm
You like C and C++ but you need some help to access audio, joystick, keyboard, video framebuffer, etc.
That's why you would like to use the SDL library.
But, there is still a problem, you don't know how to install it with Eclipse.