Programming in C ?
Wed, 25 Jul 2007
It has been years since I last programmed in C, but it looks like I will need to do it again. As a result I am seeking information rather than sharing it !
Any ideas or suggestions of good websites to use to get back up to speed ?
Wed, 25 Jul 2007 at 6:33 pm
If its really the *language* which you are interested in, I would say nothing beats and will never beat the classic “The C Programming Language” straight from the creators, who immortalized 2 words “Hello World!”
If you don’t have a copy, its worth ordering it now!
If you would be learning C then you will need a compiler. If you are too damn lazy to run compiler on command line (like me) then you will need a basic IDE of some sort.
As far as I have read, GCC and Microsoft’s are 2 most compliant (to ISO) compilers in the world.
GCC homepage (open source): http://gcc.gnu.org/
MingW homepage (open source IDE which uses GCC): http://www.mingw.org/
Wed, 25 Jul 2007 at 6:49 pm
I would love to suggest K&R