compilers

G

genux

Which one is best ???

I use g++ for c++ stuff..
mono for c#
zend for php

anyone else use anything else and would recommend a different one.. I
use linux as my main OS so things like MS c++ compiler would not
really help.

I am interested in software development and like to have a fuller
knowledge if possible of different aspects of things like this and
just find the whole thing interesting.. I was watching Linus talk
about starting the linux kernel, when he said that back in those days
you could write a standard device driver since there was only 1-2 out
there and about 2 items on the PC.. but now.. to start writing a new
kernel would be a massive task..

I just find coding and learning interesting :).

codingfriends : http://www.codingfriends.com
 
V

Victor Bazarov

genux said:
Which one is best ???

The one you know and like, especially if it does what you need it to do.
I use [..snip..]

I am interested in software development and like to have a fuller
knowledge if possible of different aspects of things like this

Things like what? Figuring out what compiler is the best?
> and
just find the whole thing interesting.. [..snip..]

I just find coding and learning interesting :).

Good. Keep at it.

V
 
J

Joshua Maurice

Which one is best ???

I use g++ for c++ stuff..
mono for c#
zend for php

anyone else use anything else and would recommend a different one.. I
use linux as my main OS so things like MS c++ compiler would not
really help.

I am interested in software development and like to have a fuller
knowledge if possible of different aspects of things like this and
just find the whole thing interesting.. I was watching Linus talk
about starting the linux kernel, when he said that back in those days
you could write a standard device driver since there was only 1-2 out
there and about 2 items on the PC.. but now.. to start writing a new
kernel would be a massive task..

I just find coding and learning interesting :).

Define best?
- Works on your interested platform.
- Dollar cost of buying the compiler.
- Available documentation.
- Active development team to fix compiler bugs and remain standards
compliant.
- Is standards compliant.
- Compiles quickly.
- Produces good quality output executables.
- Quality of diagnostics, and fine control over which diagnostics are
warnings, errors, or silent.
- Comes with a "print out used files" option ala gcc -M. (That Sun's
javac does not amazes me to this day.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top