On Tue, 2010-03-16 at 21:09 +0000, Stewart Robertson wrote:
> So far I have come to the conclusion that C is a good option because it 
> is used in a lot of important stuff and runs quickly.

Another good point about C is that GCC gives very useful compiler
warnings for it. I find that the warnings that G++ issues for C++ code
utterly baffle me sometimes.
GCC warnings tend to tell me very clearly "you were doing fine until
that character right there on line 43". It seems to have the right level
of forgiveness for code that isn't quite perfect, it will run but it
will warn you about how it was a bad idea.

Regards,
Tony V.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Peterboro mailing list
Peterboro@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to