good C compiler

D

David Wade

Is there some good and convenient C compiler (freeware), to compile C
source code?

Lots of good "C" compilers.
Just compile ready source code, some handy tool for non
programmers.

Thats harder. "C" is not a tool for non-programmers. Most "floating round
the net" "C" code has compiler or OS dependacies so won't compile straight
of the box...
 
H

Herbert Rosenau

Different compilers produce the different size EXE of the same source
code?

Not only different compilers but the same compiler using different
flags results in different object code size. Using the same/different
linkers with different flagc have influence on the size of the object
they create.
If so, however, the better is compilers that produce a small, compact
code.

I will need to change(configure) URL in source code, how do better deal
with this?

When the size of the object created by compiler/linker is really
critical you have to experiment around with different
compilers/linkers and different flags to them every time you
compiles/links again. There is no general rule available on that.

--
Tschau/Bye
Herbert

Visit http://www.ecomstation.de the home of german eComStation
eComStation 1.2 Deutsch ist da!
 

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,785
Messages
2,569,624
Members
45,319
Latest member
LorenFlann

Latest Threads

Top