Coder's Reference for (int i = 0; i < INT_MAX; ++i) { std::cout << “Boom boom pow\n”; }

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


C++ >