Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: arun on December 30, 2004, 01:10:20 PM

Title: how to use PCQ LINUX 2004 for java ,c and c++ programming
Post by: arun on December 30, 2004, 01:10:20 PM
how to use PCQ LINUX 2004 for java ,c and c++ programming .i request our dearest friends to send me a complete tutorial.
Title: how to use PCQ LINUX 2004 for java ,c and c++ programming
Post by: arun on December 30, 2004, 01:12:52 PM
plz send the reply
Title: how to use PCQ LINUX 2004 for java ,c and c++ programming
Post by: Ricky on January 14, 2005, 11:04:51 AM
for c and c++ see
users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html

for java see
you have to download and install java sdk
 java.sun.com/j2se/downloads.html
and instructions for compiling ext are all there..
Title: how to use PCQ LINUX 2004 for java ,c and c++ programming
Post by: partha6794 on October 14, 2005, 08:33:56 AM
hi ricky,

how can i make c programming in RHL 9.0?

           PLS help me

                                        partha
Title: how to c c++ and java
Post by: deven_01 on October 17, 2005, 06:30:38 AM
Hi dear
 Pcquest linux is nothing but the fedora linux      

 for c
 gcc -o file.o file.c
 where file.c is your c programming file
 and file.o is your object file that created by c compiler
 ./file.o
 run his file as above you got how to run c same things for c++
 c++ -o file.o file.cpp
 ./file.o

 javac filename.java
 java filename
 also refer kdevelopment tools to run c/c++
 Regards
 Linux user