Sometime yesterday, Kompalli SuryaPrakash wrote:
[snip] operating system.now i want to install java and c++.how to install them.
As far as Linux is concerned, C/C++ is already installed if u have installed gcc on ur Linux Machine. Read man gcc [snip]
Read The Linux GCC HOWTO -- http://www.ibiblio.org/pub/Linux/docs/HOWTO/GCC-HOWTO
Read the gcc info manual. "info gcc" Read the libc info manual. "info libc"
Become a C/C++ pro. Write killer apps for gnu/linux.
As for Java, download the latest JDK from javasoft.com. I think it is JDK 1.4, which has support for logging, generics (like C++ templates) and assertions (we missed this in Java for long).
Manish