March 28, 2024, 12:49:29 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to use PCQ LINUX 2004 for java ,c and c++ programming  (Read 6056 times)

Offline arun

  • New Member
  • Posts: 2
how to use PCQ LINUX 2004 for java ,c and c++ programming
« 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.

Offline arun

  • New Member
  • Posts: 2
how to use PCQ LINUX 2004 for java ,c and c++ programming
« Reply #1 on: December 30, 2004, 01:12:52 PM »
plz send the reply

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to use PCQ LINUX 2004 for java ,c and c++ programming
« Reply #2 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..

Offline partha6794

  • Linux Noob !
  • *
  • Posts: 17
how to use PCQ LINUX 2004 for java ,c and c++ programming
« Reply #3 on: October 14, 2005, 08:33:56 AM »
hi ricky,

how can i make c programming in RHL 9.0?

           PLS help me

                                        partha

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
how to c c++ and java
« Reply #4 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