How to compile and run C/C++ programs in Ubuntu 11.10
Tag Archives: compile
how to compile and run C/C++ program on ubuntu 11.04
how to compile c/c++ program on Ubuntu 11.04 – Natty Narwhal ..using GCC compiler on Ubuntu for c programming..
Java Programming on Ubuntu 10.04
Java is multi platform programming language.It uses JDK(includes jre) to create a class file from the source code and then the generated class file can be run on any computer by using Java Virtual Machine(JVM).So to write and execute java programs Java Development Kit(JDK) must be installed on the computer. Installing JRE /JDK on Ubuntu …