C
C++ >C is a low-level procedural programming language that first appeared in 1973. It is available for a very wide variety of platforms, ranging from small embedded devices to supercomputers.
Learning C is a logical first step to learning C++, which is an enhancement to the relatively primitive C language.
If you're here to refresh your C knowledge, you can take a look at our syntax guide. For people who are new to C, we recommend that you read through the articles in chronological order.
All C articles
- Quick Guide to C Syntax
- Setting Up Your Computer for C
- Prototypes
- Enumerations
- Structures
- Pointers
- Type definitions
C++ >