Tagged: c++

[HOWTO] Compile Facebook hiphop-php in Fedora 15

June 29th, 2011 Permalink

HipHop for PHP is a source code transformer which transforms PHP code to C++ and compiles it with gcc/g++. I wanted to experiment with it and tried to install in on my PC with Fedora 15. Here is how I did it and how you can do it ( hopefully ). Please note that this [...]

HipHop for PHP is a source code transformer which transforms PHP code to C++ and compiles it with gcc/g++. I wanted to experiment with it and tried to install in on my PC with Fedora 15. Here is how I did it and how you can do it ( hopefully icon smile [HOWTO] Compile Facebook hiphop php in Fedora 15 ). Please note that this did not work and I will update the article soon.

Continue Reading

[HOWTO] Make Ubuntu 10.04 Lucid Lynx Mono Free

August 14th, 2010 Permalink

Ubuntu 10.04 comes with 3 default applications that depend on mono. They are F-Spot, a photo manager Tomboy, a note taking application Gbrainy, brain teaser game and trainer To get rid of mono and still keep the functionality, we need non-mono alternatives to these applications. Lets look at those. But first, let me write something [...]

Ubuntu 10.04 comes with 3 default applications that depend on mono. They are
F-Spot, a photo manager
Tomboy, a note taking application
Gbrainy, brain teaser game and trainer
To get rid of mono and still keep the functionality, we need non-mono alternatives to these applications. Lets look at those. But first, let me write something about why someone may want to remove Mono.

Continue Reading

[HOWTO] Integrating newmat with Code::Blocks in Ubuntu

January 7th, 2010 Permalink

Newmat is a matrix manipulation library for C++. It can be used with various C++ compilers. Here we will go through how to use newmat with Code::Blocks in Ubuntu. I’m using Ubuntu 9.10 Karmic Koala with newmat 10 and Code::Blocks 8.02, however other versions may also work. Here is how you can do it.

Newmat is a matrix manipulation library for C++. It can be used with various C++ compilers.

Here we will go through how to use newmat with Code::Blocks in Ubuntu. I’m using Ubuntu 9.10 Karmic Koala with newmat 10 and Code::Blocks 8.02, however other versions may also work. Here is how you can do it. Continue Reading

Turbo C++ IDE – A look at the Alternatives

May 4th, 2009 Permalink

Many engineering and computer science labs tend to have Turbo C++ IDE as the basic IDE. That is not appropriate for new standards of C\C++ and an alternative must be sought for it.


Many engineering and computer science labs tend to have Turbo C++ IDE as the basic IDE. That is not appropriate for new standards of C\C++ and an alternative must be sought for it. Continue Reading