C for C++ Programmers
The good news is that C syntax is almost identical to that of C++. However, there are many things you're used to that aren't available in C:
C For C++ Programmers
C++ can be viewed as C with richer support for object oriented development. Conversely, C can be viewed as a primitive variant of C++. In any event, most legal C programs are also legal C++, and the C++ compiler is able to translate them. The few exceptions use features considered obsolete in C; these will not be discussed.
C Tutorials and other resources for world domination
C Tutorials online Free
C Language Tutorial
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C.
The C Library Reference Guide
Welcome to the C Library Reference Guide. This guide provides a useful look at the standard C programming language. In no way does this guide attempt to teach one how to program in C, nor will it attempt to provide the history of C or the various implementations of it.
C++ Maniac
This website will provide you with lessons and quality material to learn basics of C language programming in just a few days.
C Programming Tutorial
Welcome to About.com's free C programming tutorials. This tutorial features a series of lessons designed to teach you the basics of C programming.
C programmers on the mainframe
Since there is a lack of books and training for C programmers on the mainframe, we have put together the following tutorials, which are meant to supplement the C education that is available.
Data Structures in C
Data structures and their implementations using C
comp.lang.C Frequently Asked Questions
This links lead to sub-lists of the questions for those sections. The ``all questions'' link leads to a list of all the questions; each question is (obviously) linked to its answer.
Best practices for programming in C - Free eBook Best practices for programming in C - Download ebook Best practices for programming in C free
|