Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
|
01-24-2005, 09:12 AM
|
#1
|
Member
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43
Rep:
|
program for writing/compiling C++ in Fedora
I am very new to Linux and I just installed Fedora 2. I am taking some programing classes in college and I want to write and compile my programs on my laptop that I installed Linux on. Is there any particular program that I need to download that will make this task easier? Or is there one already a part of my installation? Please help me to understand this wonderful world of Linux better...
|
|
|
01-24-2005, 09:14 AM
|
#2
|
Member
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43
Original Poster
Rep:
|
C++ is the language that I am currently interested in...
|
|
|
01-24-2005, 09:54 AM
|
#3
|
Member
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893
Rep:
|
Well, I use Slackware10.0.
There're Qt Designer (AFAIK, KDE is made up on Qt).
Kdevelop - smth like Qt (almost Qt with smth different?)
Glade interface designer (I hate this one)
Or just console?
I think u know that c++ compiler is "g++" and c - "gcc".
_________
Some people say that Qt is better than Borland Delphi, C++ Builder...
_________
Politricks - "Sepultura"
|
|
|
01-24-2005, 06:51 PM
|
#4
|
Member
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43
Original Poster
Rep:
|
Linux Editors
Will this Slackware10.0 Qt Designer work as an editor as well? i.e. as say the Crimson Editor does in Windows for example?
|
|
|
01-25-2005, 10:33 AM
|
#5
|
Member
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893
Rep:
|
I don't know what is Crimson Editor, but Qt has a tool to edit. I can only say that it's unlike Borland (and M$ too) products, it's another world If u don't like Qt Editor you can type in Emacs, vi, KWrite... they are all made up to write codes, they all highlight reserved words (at least make a view of it ).
_______________________
E.g. I like to write htmls for my useless homepage in KWrite.
_______________________
And forget Windows. Read LQ -> forums -> general -> Slackware propaganda.
|
|
|
01-25-2005, 11:52 AM
|
#6
|
LQ Newbie
Registered: Nov 2003
Posts: 29
Rep:
|
Kate for editing
g++ for compiling
|
|
|
01-25-2005, 02:00 PM
|
#7
|
Senior Member
Registered: Jan 2003
Posts: 2,786
|
Two popular choices:
Anjuta (Gnome)
KDevelop (KDE)
|
|
|
01-25-2005, 02:27 PM
|
#8
|
Member
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43
Original Poster
Rep:
|
Remember I'm a Linux Newbie, so this may sound stupid. But, what do I need to do to unzip these type of files in Linux? Do I need to install some sort of unzip program?
|
|
|
01-25-2005, 02:39 PM
|
#9
|
Senior Member
Registered: Jan 2003
Posts: 2,786
|
Quote:
Originally posted by klmbrt
But, what do I need to do to unzip these type of files in Linux? Do I need to install some sort of unzip program?
|
What files are you referring to? Where did you get them? Details man! We need details!
|
|
|
01-26-2005, 02:30 AM
|
#10
|
Member
Registered: Jun 2004
Location: Thousand Oaks, CA
Distribution: Suse 9.2, Slackware
Posts: 76
Rep:
|
if the file ends with tar.gz then use tar xvzf filename.tar.gz
if the file ends with tar.bz2 then use tar jxvf filename.tar.bz2
this will extract the files to the directory in which the filename.tar.gz/bz2 currently resides
if the file is neither gz or bz2 then give us the file type
|
|
|
01-26-2005, 06:58 AM
|
#11
|
Member
Registered: Jan 2005
Location: Arkansas
Distribution: Fedora 4 & Lunar
Posts: 43
Original Poster
Rep:
|
That was the type of file that I was speaking of. I will let y'all know if I have any trouble with it.
|
|
|
All times are GMT -5. The time now is 08:43 PM.
|
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
|
|