473,406 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Which IDE

Greetings - Just a quick question that I suspect is a bit off topic, but
nonetheless I feel that this is where I'll get the most unbiased answer. I
am currently using Visual C++ 6.0 (Studio Professional) to learn on, and
I've heard that in addition to being out of date, it's just plain bad in a
lot of areas. I've thought about upgrading to .NET, and I've also thought
about Borland. I'm just curious what others here use for an IDE and what
recommendations anyone may have.

Thanks in advance,
Some Clown
Jul 22 '05 #1
5 1213
I use the .NET IDE and love it.

If your question is Windows-only related, please ask it in comp.os.mw-
windows.programmer.win32. You'll get more help than here.

--
gabriel
Jul 22 '05 #2

"Some Clown" <no***@nowhere.net> wrote in message
news:mP********************@comcast.com...
Greetings - Just a quick question that I suspect is a bit off topic, but
nonetheless I feel that this is where I'll get the most unbiased answer. I am currently using Visual C++ 6.0 (Studio Professional) to learn on, and
I've heard that in addition to being out of date, it's just plain bad in a
lot of areas. I've thought about upgrading to .NET, and I've also thought
about Borland. I'm just curious what others here use for an IDE and what
recommendations anyone may have.

Thanks in advance,
Some Clown


I've not heard many bad things about the IDE, in particular most people love
the debugger, which must one on the most important tools you use.

But the compiler that comes with it is outdated and even plain bad. Maybe
you're confusing comments about the compiler with comments about the IDE.

john
Jul 22 '05 #3
Some Clown wrote:
Greetings - Just a quick question that I suspect is a bit off topic, but
nonetheless I feel that this is where I'll get the most unbiased answer. I
am currently using Visual C++ 6.0 (Studio Professional) to learn on, and
I've heard that in addition to being out of date, it's just plain bad in a
lot of areas. I've thought about upgrading to .NET, and I've also thought
about Borland. I'm just curious what others here use for an IDE and what
recommendations anyone may have.


XEmacs, with GCC. Even when I was using Windows.

Jul 22 '05 #4
I really like VS.Net, but VS6 is very good too.
You might want to take a look at an addin that may help you even further,
Visual Assist. Especially the previous versions since they are avaliable for
free from the developers site.
http://www.wholetomato.com/x/products/features.html

There's a good free IDE with intellisense called DevC++ from Bloodshed which
is really good too. It uses the mingw compiler.

I think it's interesting to use more than one compiler for a project. I
definitely wouldn't stop using visual studio 6 for good. :)

/Carl

"Some Clown" <no***@nowhere.net> wrote in message
news:mP********************@comcast.com...
Greetings - Just a quick question that I suspect is a bit off topic, but
nonetheless I feel that this is where I'll get the most unbiased answer. I am currently using Visual C++ 6.0 (Studio Professional) to learn on, and
I've heard that in addition to being out of date, it's just plain bad in a
lot of areas. I've thought about upgrading to .NET, and I've also thought
about Borland. I'm just curious what others here use for an IDE and what
recommendations anyone may have.

Thanks in advance,
Some Clown

Jul 22 '05 #5
At work we upgraded from 6.0 to 7.0 and then to 7.1. The IDE of 7.0/7.1
is more customizable and has some nice features.
IMHO 7.0 should have never been released since the compiler is that
buggy that we couldn't compile a single of our programs with it -
especially any kind of templates caused problems.
The major advantage 7.1 over 6.0 is the much faster compiler (factor 2-3
for our software) and it is also handling templates in a better way
though it still doesn't support all features of C++ (i.e. something like
int x = MyTemplateFunction<int>()).

Jul 22 '05 #6

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

Similar topics

2
by: Raymond H. | last post by:
Hello, I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already...
17
by: John Bentley | last post by:
John Bentley: INTRO The phrase "decimal number" within a programming context is ambiguous. It could refer to the decimal datatype or the related but separate concept of a generic decimal number....
3
by: Edward | last post by:
ASP.NET / VB.NET SQL Server 7.0 Our client has insisted that we change our established practice of building SQL in-line and move it all to SPROCs. Not a problem for 80% of the app. However,...
133
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
29
by: guru.slt | last post by:
"the c++ standard library, tutorial and reference" book, it says: ++i is faster than i++. the latter involves a temporary object because it must return the old value/object of i. for this reason,...
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
65
by: Skybuck Flying | last post by:
Hi, I needed a method to determine if a point was on a line segment in 2D. So I googled for some help and so far I have evaluated two methods. The first method was only a formula, the second...
17
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
4
by: mflll | last post by:
I am looking into the different techniques of handling arrays of edit boxes in Java Script. The first program below works fine. However, are there better ways of doing this, where the person...
2
by: rn5a | last post by:
A Form has a select list which is populated from a MS-Access database table. The DB table from where the select list is populated has 2 columns - CountryID & CountryName. When the Form is posted,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...
0
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...

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.