C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Looking for a compiler
Goto page 1, 2  Next
 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
JKop
Guest





PostPosted: Fri Jun 25, 2004 3:27 pm    Post subject: Looking for a compiler Reply with quote




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 9999999999999999999999999999999 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.


-JKop
Back to top
JKop
Guest





PostPosted: Fri Jun 25, 2004 3:30 pm    Post subject: Re: Looking for a compiler Reply with quote



JKop posted:

Quote:

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 9999999999999999999999999999999
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

Back to top
Andre Kostur
Guest





PostPosted: Fri Jun 25, 2004 3:33 pm    Post subject: Re: Looking for a compiler Reply with quote



JKop <NULL (AT) NULL (DOT) NULL> wrote in news:tyXCc.3181$Z14.3815 (AT) news (DOT) indigo.ie:

Quote:
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 9999999999999999999999999999999
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...

Back to top
Mike Wahler
Guest





PostPosted: Fri Jun 25, 2004 3:54 pm    Post subject: Re: Looking for a compiler Reply with quote


"JKop" <NULL (AT) NULL (DOT) NULL> wrote

Quote:

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 9999999999999999999999999999999 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



Back to top
JKop
Guest





PostPosted: Fri Jun 25, 2004 3:55 pm    Post subject: Re: Looking for a compiler Reply with quote

Andre Kostur posted:

Quote:
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


Back to top
Mike Wahler
Guest





PostPosted: Fri Jun 25, 2004 3:56 pm    Post subject: Re: [OT] Looking for a compiler Reply with quote

"Andre Kostur" <nntpspam (AT) kostur (DOT) net> wrote

Quote:
JKop <NULL (AT) NULL (DOT) NULL> wrote in news:tyXCc.3181$Z14.3815 (AT) news (DOT) 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 9999999999999999999999999999999
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



Back to top
Lynn McGuire
Guest





PostPosted: Fri Jun 25, 2004 5:08 pm    Post subject: Re: Looking for a compiler Reply with quote

Quote:
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 9999999999999999999999999999999 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.

www.openwatcom.com

Lynn



Back to top
David Harmon
Guest





PostPosted: Fri Jun 25, 2004 10:29 pm    Post subject: Re: Looking for a compiler Reply with quote

On Fri, 25 Jun 2004 15:55:45 GMT in comp.lang.c++, JKop <NULL (AT) NULL (DOT) NULL>
wrote,
Quote:
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!


Back to top
Tabrez Iqbal
Guest





PostPosted: Sat Jun 26, 2004 8:00 am    Post subject: Re: Looking for a compiler Reply with quote

JKop <NULL (AT) NULL (DOT) NULL> wrote

Quote:
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 9999999999999999999999999999999 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

Back to top
JKop
Guest





PostPosted: Sat Jun 26, 2004 9:38 am    Post subject: Re: Looking for a compiler Reply with quote

Tabrez Iqbal posted:

Quote:
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

Back to top
PCportinc
Guest





PostPosted: Sat Jun 26, 2004 5:42 pm    Post subject: Re: Looking for a compiler Reply with quote

Quote:
I'm using Dev C++ at
the moment, but it has approximately 9999999999999999999999999999999 bugs in
it, so if anyone can suggest a decent environment too,


I have used all the available free C++ compilers and they all have 99x99 bugs
in them.
As does C++ itself.
a decent environment would be a mental ward after taking Cobol, Java, C++.




Back to top
fabio de francesco
Guest





PostPosted: Sat Jun 26, 2004 9:43 pm    Post subject: Re: Looking for a compiler Reply with quote

JKop <NULL (AT) NULL (DOT) NULL> wrote


Quote:
What exactly are the gcc/g++ compilers, and why are they so famous?!

They are professional front-end for (included) professional open
source compilers, assembler and linker editor for
c,c++,java,ada95,fortran and objective c.
They are so famous because about the totality of the open source code
is compiled by this one, I suppose. You can find them in every
GNU/Linux distribution.
Look at http://www.gnu.org/software/gcc/ where they can be downloaded
with the documentation too.
At http://www.gnu.org many development tools can be found, first of
all the gdb debugger.

Ciao,

Fabio

Back to top
Ioannis Vranos
Guest





PostPosted: Sat Jun 26, 2004 11:31 pm    Post subject: Re: Looking for a compiler Reply with quote

JKop wrote:
Quote:
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 9999999999999999999999999999999 bugs in
it, so if anyone can suggest a decent environment too, I'll be appreciative.


http://www.mingw.org there you can download the *compiler* (this is the
same compiler Dev-C++ uses) which is a GCC port for Windows, and at
http://www.context.cx/ you can download a nice *editor* to use as a
front-end to it (instead of using Notepad for example).






Regards,

Ioannis Vranos

Back to top
Ioannis Vranos
Guest





PostPosted: Sat Jun 26, 2004 11:34 pm    Post subject: Re: Looking for a compiler Reply with quote

fabio de francesco wrote:

Quote:
JKop <NULL (AT) NULL (DOT) NULL> wrote



What exactly are the gcc/g++ compilers, and why are they so famous?!


They are professional front-end for (included) professional open


GCC is not about front-ends but about compilers. GCC stands for GNU
Compiler Collection and it includes gcc (gnu c compiler), g++ (C++
compiler) and some others about other languages like Fortran.

There are GCC ports for many platforms including Windows.






Regards,

Ioannis Vranos

Back to top
Ioannis Vranos
Guest





PostPosted: Sat Jun 26, 2004 11:39 pm    Post subject: Re: Looking for a compiler Reply with quote

Ioannis Vranos wrote:

Quote:
JKop wrote:

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
9999999999999999999999999999999 bugs in it, so if anyone can suggest a
decent environment too, I'll be appreciative.



http://www.mingw.org there you can download the *compiler* (this is the
same compiler Dev-C++ uses) which is a GCC port for Windows, and at
http://www.context.cx/ you can download a nice *editor* to use as a
front-end to it (instead of using Notepad for example).



To help you more at http://www.mingw.org the latest complete official
package to download is


MinGW bin MinGW-3.1.0-1.exe


It includes all languages together with Windows API support.






Regards,

Ioannis Vranos

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.