Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 22, 2024, 05:34:06 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
how to use PCQ LINUX 2004 for java ,c and c++ programming
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to use PCQ LINUX 2004 for java ,c and c++ programming (Read 10712 times)
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.
Logged
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
Logged
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..
Logged
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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Linux Development & Programming
»
how to use PCQ LINUX 2004 for java ,c and c++ programming