• 04.10.10 - Installing OpenGL/Glut libraries in Ubuntu

    The first step is to install the development libraries of OpenGL/Glut in Ubuntu: For newer versions of Ubuntu (>= 11.10) you have to install another package because the linker does't link anymore. Create a test file (test.c): Compile the file linking the OpenGL/Glut libraries:
    More news about:  ubuntu
    Tags:  c,  linux,  OpenGL,  Glut,  gcc
  • 21.12.09 - Learn PHP quikly with Java and C knowledge

    PHP Object Oriented is like than Java and procedimental form like C.  The previous knoledge of one of those can save a lot of PHP learning time. In Java: In PHP: PHP procedural programming is slightly different from C. A hello world example in C is like: in PHP:
    More news about:  php
    Tags:  php,  c,  learn php