473,738 Members | 4,774 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for a compiler


I'm looking for a compiler, I'm running Windows XP. Can anyone suggest a
good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++ at
the moment, but it has approximately 999999999999999 999999999999999 9 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.
-JKop
Jul 22 '05 #1
23 2293
JKop posted:

I'm looking for a compiler, I'm running Windows XP. Can anyone suggest
a good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++
at the moment, but it has approximately 999999999999999 999999999999999 9
bugs in it, so if anyone can suggest a decent environment too, I'll be
appreciative.
-JKop


Also, complete with up-to-date WinXP header files and library files.
-JKop
Jul 22 '05 #2
JKop <NU**@NULL.NULL > wrote in news:ty******** *********@news. indigo.ie:
JKop posted:

I'm looking for a compiler, I'm running Windows XP. Can anyone suggest
a good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++
at the moment, but it has approximately 999999999999999 999999999999999 9
bugs in it, so if anyone can suggest a decent environment too, I'll be
appreciative.
-JKop


Also, complete with up-to-date WinXP header files and library files.


Umm.. rather offtopic for the newsgroup... you might want to try some of
the microsoft newsgroups (on news.microsoft. com), as you appear to be
trying to develop on their platform....

I think MS allows you to download their command-line tools... but I don't
know how much of MS's SDK they include...
Jul 22 '05 #3

"JKop" <NU**@NULL.NULL > wrote in message
news:Zv******** *********@news. indigo.ie...

I'm looking for a compiler, I'm running Windows XP. Can anyone suggest a
good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++ at
the moment, but it has approximately 999999999999999 999999999999999 9 bugs in it, so if anyone can suggest a decent environment too, I'll be

appreciative.

For Windows, I'd recommend either Microsoft Visual C++ or
Borland C++. Both are commercial products, but both have
free versions with some stuff omitted. Check their web sites.

-Mike
Jul 22 '05 #4
Andre Kostur posted:
Umm.. rather offtopic for the newsgroup... you might want to try some
of the microsoft newsgroups (on news.microsoft. com), as you appear to
be trying to develop on their platform....

I think MS allows you to download their command-line tools... but I
don't know how much of MS's SDK they include...

I downloaded DigitalMars. I'm going to have to hire a private detective
though to find where in the hell the editor is in it.
-JKop

Jul 22 '05 #5
"Andre Kostur" <nn******@kostu r.net> wrote in message
news:Xn******** *************** ********@207.35 .177.134...
JKop <NU**@NULL.NULL > wrote in news:ty******** *********@news. indigo.ie:
JKop posted:

I'm looking for a compiler, I'm running Windows XP. Can anyone suggest
a good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++
at the moment, but it has approximately 999999999999999 999999999999999 9
bugs in it, so if anyone can suggest a decent environment too, I'll be
appreciative.
-JKop


Also, complete with up-to-date WinXP header files and library files.


Umm.. rather offtopic for the newsgroup... you might want to try some of
the microsoft newsgroups (on news.microsoft. com), as you appear to be
trying to develop on their platform....

I think MS allows you to download their command-line tools... but I don't
know how much of MS's SDK they include...


The entire Windows SDK (and many 'specialty' ones) are
available free from Microsoft (either by download or
on CD for shipping costs).

-Mike
Jul 22 '05 #6
> I'm looking for a compiler, I'm running Windows XP. Can anyone suggest a
good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++ at
the moment, but it has approximately 999999999999999 999999999999999 9 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.


www.openwatcom.com

Lynn
Jul 22 '05 #7
On Fri, 25 Jun 2004 15:55:45 GMT in comp.lang.c++, JKop <NU**@NULL.NULL >
wrote,
I downloaded DigitalMars. I'm going to have to hire a private detective
though to find where in the hell the editor is in it.


Hah hah. That's a funny one. An editor "in" a compiler.
Like, how stupid would that be? Next you would have the
compiler trying to force you to use "its" editor, instead of
the one you have chosen for yourself!

Jul 22 '05 #8
JKop <NU**@NULL.NULL > wrote in message news:<Zv******* **********@news .indigo.ie>...
I'm looking for a compiler, I'm running Windows XP. Can anyone suggest a
good one that can output assembly and that has all sorts of good
optimizations in it, all sorts of bells and whistles. I'm using Dev C++ at
the moment, but it has approximately 999999999999999 999999999999999 9 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.
-JKop


What's wrong with gcc/g++ compilers? I am sure you know about these
compilers, don't you? You can download the Windows versions. -S
creates assembly and -O is for optimizations. You can also download
GNU MingW studio if you want an IDE.

Microsoft C++ Compiler 7.1 is free.

Borlnad C++ command line compilers (bcc ver 5.5) were also free

tabrez
Jul 22 '05 #9
Tabrez Iqbal posted:
What's wrong with gcc/g++ compilers? I am sure you know about these
compilers, don't you? You can download the Windows versions. -S
creates assembly and -O is for optimizations. You can also download
GNU MingW studio if you want an IDE.

Microsoft C++ Compiler 7.1 is free.

Borlnad C++ command line compilers (bcc ver 5.5) were also free

tabrez


What exactly are the gcc/g++ compilers, and why are they so famous?!
-JKop
Jul 22 '05 #10

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

Similar topics

10
3169
by: Bill Davidson | last post by:
Hi there, Please forgive me for posting this article on multiple groups. Being new in the newsgroups, I was not sure which group would have been appropriate for my question. Sorry. My Question ----------- I am looking for a list of popular compilers and/or platforms that *do not* support native C++ exceptions. Any pointers in this
3
2134
by: Jack Klein | last post by:
I'm looking for opinions on a C technique I, and others, have used successfully in the past. While some people swear by, apparently others swear at it. Assume a part of a program too large to fit comfortably in a single source file, call it a "module". Let's call it "module A". Also assume for various reasons module A needs a private data store with static storage duration, accessible from files in more than one translation unit. ...
17
10502
by: Fabrice | last post by:
Hi ! I'm looking for a tutorial on how to create a DLL in C (not C++). I don't know whether i can use C for this purpose, but i didn't find any post telling me that i cannot use C. So, if it is possible to use C, please tell me how can i start learning to do a DLL file. Thanks ! Regards, Fabrice
8
1786
by: Greg | last post by:
I purchased MIX Software's PowerC, Power Trace, and the Library Source Code ($50 for all three) over 10 years ago while in college. The book itself was well worth the price as it really augmented the books required by my professor. Through the years though, I have lost some of my disks. I have my PowerC Compiler and Power Trace disks but I can not find my library source disk. Calls and emails to MIX Software have gone unanswered....
3
1853
by: lomtik | last post by:
Hi, I am looking for netBufLib.h file from VxWorks to run an example file I have. Is there any place to get it? Thanks
13
2724
by: Gabriel Reid | last post by:
Greetings, I'm looking for any books that the members of this group may have to recommend for C#. I have experience with a number of programming languages (probably most relevant would have to be Java), and have already read 'C# for Java Developers' from Microsoft Press. I feel as though I have a decent understanding of C# now, but am interested in taking it to the next level. In particular, a book with good examples is what I'm...
10
1934
by: flank | last post by:
Hello, I am looking for a free C++ compiler for use with windows xp, and also for linux. Does anyone know where I can find one? thanks
2
1695
by: lxrocks | last post by:
I am looking for comparitive performance information for C-Compilers. More especially in the area of Float/Integer computes. Any information would be appreciated. tks
11
2351
by: matsi.inc | last post by:
I am looking to make something like a delegate that i can use in my projects but am having a hard time getting started. The behavior I am most interested in is how a delegate changes it's Invoke method dynamically to match the arguments supplied to it when it is defined. For example... public delegate void MyDelegate(string myString, int myInt);
0
8969
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9476
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9263
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
9208
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6751
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
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
2
2745
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.