Connecting Tech Pros Worldwide Help | Site Map

The better ANSI c++ compiler for me ?

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 23rd, 2005, 04:52 AM
goodfella
Guest
 
Posts: n/a
Default The better ANSI c++ compiler for me ?

Howdy code writers et al ..

[note: using WinME OS ]

I want to get into my C++ programming and need helpful pointer to the
best free ansi c++ complier for me to use for a few weeks to pick up
some first / second base skills+

I'm a sucker for a simple interface
and want to hang as close as i can to the format the best of the best
use .

The links i'm finding aren't telling me what i want to know and i sure
could use some insightful advice ..

My natural tendancies got me to the free country website and its links
... i went for the microsoft visual c++ offerings only to find they
wont run on my WinME OS .

Fire away I'm all ears for this ..



  #2  
Old July 23rd, 2005, 04:52 AM
Matthias Kaeppler
Guest
 
Posts: n/a
Default Re: The better ANSI c++ compiler for me ?

goodfella wrote:[color=blue]
> Howdy code writers et al ..
>
> [note: using WinME OS ]
>
> I want to get into my C++ programming and need helpful pointer to the
> best free ansi c++ complier for me to use for a few weeks to pick up
> some first / second base skills+
>
> I'm a sucker for a simple interface
> and want to hang as close as i can to the format the best of the best
> use .
>
> The links i'm finding aren't telling me what i want to know and i sure
> could use some insightful advice ..
>
> My natural tendancies got me to the free country website and its links
> .. i went for the microsoft visual c++ offerings only to find they
> wont run on my WinME OS .
>
> Fire away I'm all ears for this ..
>
>[/color]

I prefer using g++ from the GNU project. It has everything I need for
private coding sessions. There is a Win32 port called Minimalist GNU for
Win32, which acts also as the compiler backend for Bloodshed's popular
Dev-C++ IDE (which was ironically written in Object Pascal).
Try www.mingw.org for the bare command line compiler and libraries, and
www.bloodshed.net for the IDE.

--
Matthias Kaeppler
  #3  
Old July 23rd, 2005, 04:52 AM
Alan Johnson
Guest
 
Posts: n/a
Default Re: The better ANSI c++ compiler for me ?

goodfella wrote:[color=blue]
> Howdy code writers et al ..
>
> [note: using WinME OS ]
>
> I want to get into my C++ programming and need helpful pointer to the
> best free ansi c++ complier for me to use for a few weeks to pick up
> some first / second base skills+
>
> I'm a sucker for a simple interface
> and want to hang as close as i can to the format the best of the best
> use .
>
> The links i'm finding aren't telling me what i want to know and i sure
> could use some insightful advice ..
>
> My natural tendancies got me to the free country website and its links
> .. i went for the microsoft visual c++ offerings only to find they
> wont run on my WinME OS .
>
> Fire away I'm all ears for this ..
>
>[/color]

Unfortunately there is no "best" answer anybody can give you, as it
depends highly on what you want to do, what your level of experience is,
etc. However, if you are just looking for someone to tell you what to
do so that you have a starting point then here is my advice -- go to the
following URL and read through their tutorials for downloading and
installing jGRASP. It is an IDE (Integrated Development Environment,
i.e. a text editor with the ability to invoke your compiler and other
handy tools) used by a lot of schools for introductory programming classes.

http://www.eng.auburn.edu/department...esearch/grasp/

After you've learned C++ and a bit more about exactly what you want to
do, you can make a more informed decision about what set of tools you
want to use. It is my experience that the majority of people use Visual
C++ for Windows development and g++ with Emacs or Vi for Unix development.
  #4  
Old July 23rd, 2005, 04:53 AM
Ioannis Vranos
Guest
 
Posts: n/a
Default Re: The better ANSI c++ compiler for me ?

goodfella wrote:
[color=blue]
> Howdy code writers et al ..
>
> [note: using WinME OS ]
>
> I want to get into my C++ programming and need helpful pointer to the
> best free ansi c++ complier for me to use for a few weeks to pick up
> some first / second base skills+
>
> I'm a sucker for a simple interface
> and want to hang as close as i can to the format the best of the best
> use .
>
> The links i'm finding aren't telling me what i want to know and i sure
> could use some insightful advice ..
>
> My natural tendancies got me to the free country website and its links
> .. i went for the microsoft visual c++ offerings only to find they
> wont run on my WinME OS .
>
> Fire away I'm all ears for this ..[/color]


You may check this:

http://www23.brinkster.com/noicys/learningcpp.htm




--
Ioannis Vranos

http://www23.brinkster.com/noicys
  #5  
Old July 23rd, 2005, 04:53 AM
Walter
Guest
 
Posts: n/a
Default Re: The better ANSI c++ compiler for me ?


"goodfella" <nzgeneral@hotmail.com> wrote in message
news:cufg91letvagbplr71he2jr346ssgb1eom@4ax.com...[color=blue]
> I want to get into my C++ programming and need helpful pointer to the
> best free ansi c++ complier for me to use for a few weeks to pick up
> some first / second base skills+[/color]

www.digitalmars.com free C, C++ and D compilers


  #6  
Old July 23rd, 2005, 04:53 AM
Ioannis Vranos
Guest
 
Posts: n/a
Default Re: The better ANSI c++ compiler for me ?

Download the latest Beta version (currently, 4.9.9.2).


--
Ioannis Vranos

http://www23.brinkster.com/noicys
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.