Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-04-2004, 01:32 AM
|
#1
|
LQ Newbie
Registered: Mar 2004
Posts: 5
Rep:
|
What programming lanuage will work
(newbie) I am a student and I'm programming in VB6, C , C++ and Java-script will these work on Mandrake Linux 9.1, if not what should I do
|
|
|
03-04-2004, 01:56 AM
|
#2
|
Senior Member
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Rep:
|
VB6: Don't Know
C/C++: use gcc - it should be already installed. At the command line, type: "g++ progam.cpp", or "cc program.c".
Java: download and install Java from the website. sun. Once you have set it up, you can compile java programs using "javac program.java", and run them using "java program". You will need to set up your PATH and CLASSPATH environment variables, search on LQ to find out how.
I hope this helps
--Ian
|
|
|
03-04-2004, 07:07 AM
|
#3
|
Member
Registered: Jun 2003
Location: Copenhagen, Denmark
Distribution: Gentoo
Posts: 48
Rep:
|
C/C++ is the heartland of Linux. The support here is excellent. Wait until you learn of fork and how multi-threaded programming was meant to be
VB6=Visual Basic 6? I doubt that there is any porting of this language to Linux, it being Microsoft proprietary language. There's a ton of alternatives, such as Perl, Python and Ruby. If you have to use VB, maybe it can be run in wine.
As for Javscript, there is lots of possibilities. Mozilla, e.g., has a fairly well-working javascript debugger. It may be helpful to know that javascript is really called ECMA-script. For searching, the use of.
From the languages above, I would say that C++ and Perl would be all you need. It is certainly all I use nowadays..... privately, at least.
|
|
|
03-07-2006, 06:20 AM
|
#4
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora Core 6
Posts: 88
Rep:
|
How come I don't have gcc on my laptop? I've installed FC4 and updated everything with yum.? Any place to manually download?
|
|
|
03-07-2006, 08:00 AM
|
#5
|
LQ Newbie
Registered: Dec 2003
Location: Portugal
Posts: 22
Rep:
|
|
|
|
03-07-2006, 08:31 AM
|
#6
|
Member
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299
Rep:
|
VB6 won't work, but most VB6 programs should be able to run under Wine if you need them to. (Just to point out, though, that VB6 is officially obsolete now; if you must use VB, you'd be a lot better off learning VB.Net)
You mentioned Javascript,but IBall pointed you toward Java ... please note (if you didn't already know) that Java and Javascript are entirely unrelated languages. Both work well in Linux, but be aware of the difference.
But your best bet for programming in Linux by a long way, as the others have already said, is C or C++.
Hope that helps.
|
|
|
03-07-2006, 08:56 AM
|
#7
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
Quote:
Originally Posted by rlee923
How come I don't have gcc on my laptop? I've installed FC4 and updated everything with yum.? Any place to manually download?
|
Because you haven't installed the development packages.
|
|
|
All times are GMT -5. The time now is 04:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|