English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is there any website where i can get c-language and all the programs?

2007-03-14 00:16:47 · 2 answers · asked by anjani p 2 in Computers & Internet Programming & Design

2 answers

To write a C program, you need a compiler and knowledge of C.

You can try an Integrated Development Environment (IDE), which comes bundled with a compiler. There are many free IDEs available for C/C++:

* Code::Blocks (for C and C++): http://www.codeblocks.org/
* DevCpp (for C and C++): http://www.bloodshed.net/devcpp.html
* Eclipse (general purpose IDE, which has a C/C++ Development Tooling Project): http://www.eclipse.org/cdt/

To get started with C, go through any of these tutorials:
* http://publications.gbdirect.co.uk/c_book/
* http://www.its.strath.ac.uk/courses/c/
* http://members.cox.net/midian/articles/ansic1.htm

Or better, still read the book "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie. The book is readily available at large bookstores, and in college/university libraries.

2007-03-14 02:22:04 · answer #1 · answered by Utkarsh 6 · 0 0

read kerningham and ritchie's book first, and practice C coding as much as you can, just downloading book and hundreds of programs will not help you learning C

2007-03-14 00:22:19 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers