may i know how to get into c programming.that is may i know a specified path
A:
Buy an introductory book. Preferably one that is based on open source utilities like the gcc compiler that you can download for free. When starting with C there is no need to buy any expensive tools when there are so good open source tools available.
Anders Abel
2010-04-03 05:54:07
A:
astander
2010-04-03 05:54:40
+1
A:
If you really want to learn C you should get a book by K&R on C called The C Programming Language. Other books are fine too.
If you simply want to play around and make a few small programs, you can simply search Google for millions of tutorials.
Brian R. Bondy
2010-04-03 05:54:44
A:
You can write, compile and run simple C programs online at sites such as codepad.org.
Paul R
2010-04-03 06:21:19