473,545 Members | 2,451 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Survey: What IDEs do people use?

Hi All,

I hope this is not too far off topic here, but I can't think off any place where
it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm particularly
interested to know how widely used are Borland C++BuilderX (on various operating
systems) and Bloodshed Dev-CPP. I'd also like to know what C++ IDE people think
is best for Linux.

Obviously this is not a scientific survey -- I don't have the time or funding
for that. But I'd like to get some rough idea of people's opinions.

Your help would be greatly appreciated.

Jonathan
Jul 23 '05 #1
15 1796
Jonathan Turkanis wrote:
Hi All,

I hope this is not too far off topic here, but I can't think off any place where
it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm particularly
interested to know how widely used are Borland C++BuilderX (on various operating
systems) and Bloodshed Dev-CPP. I'd also like to know what C++ IDE people think
is best for Linux.

Obviously this is not a scientific survey -- I don't have the time or funding
for that. But I'd like to get some rough idea of people's opinions.

Your help would be greatly appreciated.

Jonathan


IF you are looking for a GUI IDE with integrated debugger support,
there are several, but Anjuta (for gnome) and KDevelop (for
KDE, gnome, and several others) are the 2 most often used.
KDevelop in particular is similar to the MS-Visual* IDE's
found on Windows - similar as far as the IDE's GUI style is
concerned.

I haven't used Anjuta in about 2 years, so I can't speak to
its latest features, but I use KDevelop a lot.

Many Linux distros include one, or both, of these IDE's.

Below are the links. Both sites include screenshots
(at the top for Anjuta, and in the left-hand menu-pane
for KDevelop), docs, etc.

http://www.kdevelop.org/

http://anjuta.sourceforge.net/

Regards,
Larry
Regards,
Larry
Jul 23 '05 #2
"Jonathan Turkanis" <te******@kanga roologic.com> wrote in message
news:t4******** ************@co mcast.com
Hi All,

I hope this is not too far off topic here, but I can't think off any
place where it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm
particularly interested to know how widely used are Borland
C++BuilderX (on various operating systems) and Bloodshed Dev-CPP. I'd
also like to know what C++ IDE people think is best for Linux.

Obviously this is not a scientific survey -- I don't have the time or
funding for that. But I'd like to get some rough idea of people's
opinions.

Your help would be greatly appreciated.

Jonathan

VC++. I have never seriously used anything else. I use VC++ because:

1. It is pretty good.
2. I figure that Microsoft is successful partly because its knowledge of the
OS gives it the inside track in other development areas. Using Microsoft's
compiler/IDE/documentation is the closest someone outside Microsoft can get
to an inside track.

--
John Carson

Jul 23 '05 #3
ben
Eclipse with CDT sounds like a nice choice!

ben

"Jonathan Turkanis" <te******@kanga roologic.com> wrote in message
news:t4******** ************@co mcast.com...
Hi All,

I hope this is not too far off topic here, but I can't think off any place where it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm particularly interested to know how widely used are Borland C++BuilderX (on various operating systems) and Bloodshed Dev-CPP. I'd also like to know what C++ IDE people think is best for Linux.

Obviously this is not a scientific survey -- I don't have the time or funding for that. But I'd like to get some rough idea of people's opinions.

Your help would be greatly appreciated.

Jonathan

Jul 23 '05 #4
"Jonathan Turkanis" <te******@kanga roologic.com> writes:
Hi All,

I hope this is not too far off topic here, but I can't think off any place where
it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm particularly
interested to know how widely used are Borland C++BuilderX (on various operating
systems) and Bloodshed Dev-CPP. I'd also like to know what C++ IDE people think
is best for Linux.

gcc + gdb + emacs + man

--
espen
Jul 23 '05 #5
Espen Myrland wrote:
"Jonathan Turkanis" <te******@kanga roologic.com> writes:

Hi All,

I hope this is not too far off topic here, but I can't think off any place where
it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm particularly
interested to know how widely used are Borland C++BuilderX (on various operating
systems) and Bloodshed Dev-CPP. I'd also like to know what C++ IDE people think
is best for Linux.


gcc + gdb + emacs + man


SECOND!
Jul 23 '05 #6
Hi,

KDevelop on Linux.
VC++ on Windows, but only if I have to.

Fabio
Jul 23 '05 #7
Jonathan Turkanis wrote:
Hi All,

I hope this is not too far off topic here, but I can't think off any place
where it would be exactly on topic.

I'd like to get some sense of how widely used certain IDEs are. I'm
particularly interested to know how widely used are Borland C++BuilderX
(on various operating systems) and Bloodshed Dev-CPP. I'd also like to
know what C++ IDE people think is best for Linux.

Obviously this is not a scientific survey -- I don't have the time or
funding for that. But I'd like to get some rough idea of people's
opinions.

Your help would be greatly appreciated.

Jonathan


I have a lot of hope for the future of KDevelop, but right now, it doesn't
behave in a way that enhances my personal development preferences. It also
has a serious problem talking to my SVN server, and does not yet integrate
well with QT4-rc1, so for now I use Emacs, bash, qmake (and/or autotools),
svn commandline and gdb(I'm just learning). I'm beginning to view the
Unix-like environment as an IDE. Not quite in the sense of those provided
by Borland, Eclipse, VC++, etc., but once the tools are understood, the
collection provides almost the same convenience as a more unified IDE, with
far more flexibility.

I've been spending a good bit of time studying the code base for KDevelop,
and hope to contribute to it in the future. It proved very useful to me in
the firest weeks working with C++ because it set up my header, and
implementation files in a way that worked, and also set up the build
environment. I was then able to examine what it produced in order to learn
how it was done.

The highmark in IDEs I have used is Borland's JBuilder. I know it's not
C++, but after using JBuilder, I can see the limitations in any of the C++
IDEs I looked at. I downloaded VC++ 2005 beta, and was willing to provide
feedback, but it's so broken as to be unusable.
--
If our hypothesis is about anything and not about some one or more
particular things, then our deductions constitute mathematics. Thus
mathematics may be defined as the subject in which we never know what we
are talking about, nor whether what we are saying is true.-Bertrand Russell
Jul 23 '05 #8
John Carson wrote:
VC++. I have never seriously used anything else. I use VC++ because:

1. It is pretty good.
2. I figure that Microsoft is successful partly because its knowledge of
the OS gives it the inside track in other development areas. Using
Microsoft's compiler/IDE/documentation is the closest someone outside
Microsoft can get to an inside track.


Oh, but, but, but...Oh, nevermind.
--
If our hypothesis is about anything and not about some one or more
particular things, then our deductions constitute mathematics. Thus
mathematics may be defined as the subject in which we never know what we
are talking about, nor whether what we are saying is true.-Bertrand Russell
Jul 23 '05 #9
On Sun, 12 Jun 2005 13:36:34 -0400, "Steven T. Hatton"
<ch********@ger mania.sup> wrote:
The highmark in IDEs I have used is Borland's JBuilder. I know it's not
C++, but after using JBuilder, I can see the limitations in any of the C++
IDEs I looked at. I downloaded VC++ 2005 beta, and was willing to provide
feedback, but it's so broken as to be unusable.


You know that Borland is dropping JBuilder and moving to Eclipse now?

Go to: http://tinyurl.com/dodlt and search in the current page for
"Eclipse".

--
Bob Hairgrove
No**********@Ho me.com
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
2269
by: AgustinD | last post by:
I'm looking for a very-good-lot-featured PHP IDE, i've found a lot of IDEs that support php syntax, but i can't find the best or the ide that has all the features to satisfy a professional PHP developer needs. There's some IDE that supports mysql tables to generate my php forms with a few clicks? Please developers let me know what are you...
1
5694
by: GTF | last post by:
PHP Web Survey Idea.. I have been given an opportunity to create a web based survey. This is a fairly lengthy survey of 60 pages on paper (various multiple choice and free form). These are the Requirements: -Provide a web interface to a database -Database stores the data (duh), but the capacity to extract the data
8
1954
by: S.Marion | last post by:
Hello, We are interested in programmers' experiences of programming languages supported by managed runtimes (including but not limited to Java, C#, etc). In particular, we are interested in bugs and performance limitations that can be ascribed to the garbage collector. We would be grateful to receive any accounts of such problems...
1
1986
by: Nico Baumgarten | last post by:
Dear Madam/Sir, You are invited to participate in an international research study. This research project is headed and led by Cambridge student Nico Baumgarten. What is it all about? It is a well-known fact that there exist many differences between cultures. However, how these differences effect motivation if there are effects at all is...
8
1602
by: Marek Lewczuk | last post by:
Look at this: http://www.zend.com/images/survey/14.gif I belive that there is only one reason why most of people are using MySQL - it has native, very easy to install version for windows. ---------------------------(end of broadcast)---------------------------
0
1482
by: Joerg Rech | last post by:
Dear software practitioners, consultants, and researchers, we are currently conducting an international survey about architecture and design patterns. Our goal is to discover how familiar people are with these patterns (and anti-patterns) as well as to elicit the information need, the usage behavior, and the experience of software...
0
1593
by: Joerg Rech | last post by:
Dear software practitioners, consultants, and researchers, we are currently conducting an international survey about architecture and design patterns. Our goal is to discover how familiar people are with these patterns (and anti-patterns) as well as to elicit the information need, the usage behavior, and the experience of software...
0
1219
by: pierreduez | last post by:
Hello, I am a Ph.D. candidate at the University of Toronto, doing my research in conjunction with IBM Canada through the Centre for Advanced Studies (IBM CAS). Part of my research involves conducting a survey to better understand how DBAs use information about new features to attune their trust in these features in different scenarios. I...
0
7487
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7420
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5349
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1908
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.