Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 136,565 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,890 people online right now. Registration is fast and FREE... Join Now!




Linux IDE

 
Reply to this topicStart new topic

Linux IDE

realNoName
12 Apr, 2008 - 11:03 AM
Post #1

D.I.C Regular
***

Joined: 4 Dec, 2006
Posts: 299



Thanked: 5 times
My Contributions
i know this has probably been talked about before but i cant find any topics about this so if you know one just link

anyways the reason for this post am trying to use linux as much as i can because we use it a lot at work and thats really the only way am going to get myself to learn it and so far its fine and i only use windows to do programming with visual studio's because am still learning and it helps me so am looking for a nice ide for linux, so far eclipse is the best one i have found but do you guys have any others that you like
User is offlineProfile CardPM
+Quote Post

Tom9729
RE: Linux IDE
12 Apr, 2008 - 11:21 AM
Post #2

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,459



Thanked: 10 times
Dream Kudos: 325
My Contributions
There is a thread somewhere, but I can't find it either.

Some nice IDEs:
Emacs
KDevelop
Anjuta
Geany
Netbeans
Sun Studio

Here is a list of some more IDEs (not limited to C/C++).
User is offlineProfile CardPM
+Quote Post

baavgai
RE: Linux IDE
12 Apr, 2008 - 11:29 AM
Post #3

Dreaming Coder
Group Icon

Joined: 16 Oct, 2007
Posts: 2,031



Thanked: 105 times
Dream Kudos: 475
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua

My Contributions
Linux isn't a language, so it doesn't really have an IDE. Ok, maybe VI or emacs... wink2.gif

What language you thinking of? I use Netbeans for Java and C++.
User is offlineProfile CardPM
+Quote Post

realNoName
RE: Linux IDE
12 Apr, 2008 - 11:40 AM
Post #4

D.I.C Regular
***

Joined: 4 Dec, 2006
Posts: 299



Thanked: 5 times
My Contributions
QUOTE(baavgai @ 12 Apr, 2008 - 12:29 PM) *

Linux isn't a language, so it doesn't really have an IDE. Ok, maybe VI or emacs... wink2.gif

What language you thinking of? I use Netbeans for Java and C++.

LOL yeah i know linux is not a language come on am not that big of a noob... i put this in the c++ forum so i would be talking about c++


i played with vi for about 30 min before and i will NEVER touch it again

This post has been edited by realNoName: 12 Apr, 2008 - 11:42 AM
User is offlineProfile CardPM
+Quote Post

baavgai
RE: Linux IDE
12 Apr, 2008 - 12:11 PM
Post #5

Dreaming Coder
Group Icon

Joined: 16 Oct, 2007
Posts: 2,031



Thanked: 105 times
Dream Kudos: 475
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua

My Contributions
QUOTE(realNoName @ 12 Apr, 2008 - 03:40 PM) *

i played with vi for about 30 min before and i will NEVER touch it again


LOL. I think Tom covered the IDEs.

VI is not, ahem, the most user friendly beast in the world. However, if you play in Linux for any length of time, it's worth knowing. You'll find it nearly everywhere and if you SSH into other boxes it will be completely consistent in the way it behaves.

User is offlineProfile CardPM
+Quote Post

Tom9729
RE: Linux IDE
12 Apr, 2008 - 12:43 PM
Post #6

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,459



Thanked: 10 times
Dream Kudos: 325
My Contributions
@realnoname, I wouldn't consider VI(M) an IDE, it's pretty much just an editor. It's also not something you can just pick up and know how to use. Don't get discouraged, read the manual. Hell, there's a couple of books out there on using VI(M).

Emacs on the other hand has a lot of things that VI(M) doesn't. Depending on how you have it configured, I think you could safely call it an IDE. Again though, it's not something you can just pick up. Get a book, or read the manual if you want to use it. smile.gif

All the others I listed are probably a lot closer to things you've used before. Same advice goes for them though: if you run into a problem, open up the manual. You'll probably be able to find a snazzy web version, and nearly every browser today has a search function built-in. If that doesn't work, type your question into Google. There's nothing that bugs me more than someone who can't figure out how to type "how do I do X" into a Google search box and press enter.

This post has been edited by Tom9729: 12 Apr, 2008 - 12:44 PM
User is offlineProfile CardPM
+Quote Post

realNoName
RE: Linux IDE
12 Apr, 2008 - 01:49 PM
Post #7

D.I.C Regular
***

Joined: 4 Dec, 2006
Posts: 299



Thanked: 5 times
My Contributions
QUOTE(Tom9729 @ 12 Apr, 2008 - 01:43 PM) *

@realnoname, I wouldn't consider VI(M)

yea i know i just talked about how much i hate vi because baavgai brought it up... i dont know if i can make my self use vi after finding nano



thanks for the list

User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Linux IDE
12 Apr, 2008 - 01:54 PM
Post #8

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,465



Thanked: 66 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
The reason that one should learn vi, is because it's guaranteed to be on every *nix system, & you can use it in emergencies, like when your startup fails.
User is offlineProfile CardPM
+Quote Post

Tom9729
RE: Linux IDE
12 Apr, 2008 - 02:47 PM
Post #9

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,459



Thanked: 10 times
Dream Kudos: 325
My Contributions
nano is nice for basic things. It's name pretty much describes it's features though.
User is offlineProfile CardPM
+Quote Post

Nykc
RE: Linux IDE
12 Apr, 2008 - 02:48 PM
Post #10

sudo rm -R /
Group Icon

Joined: 14 Sep, 2007
Posts: 4,146



Thanked: 16 times
Dream Kudos: 275
My Contributions
I use Code::Blocks for C++ both Windows & Linux compatible.
User is offlineProfile CardPM
+Quote Post

NickDMax
RE: Linux IDE
12 Apr, 2008 - 07:37 PM
Post #11

2B||!2B
Group Icon

Joined: 18 Feb, 2007
Posts: 2,859



Thanked: 50 times
Dream Kudos: 550
My Contributions
I have been using Eclipse... the C++ ide is not 100% yet... But since my normal platform is Windows I don't really mind all that much. Basically I end up writing all of my own make files.
User is online!Profile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/2/08 11:48PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month