What was the first C program?

In 1978, Brian Kernighan and Dennis Ritchie published the first edition of The C Programming Language . This book, known to C programmers as K&R, served for many years as an informal specification of the language. The version of C that it describes is commonly referred to as “K&R C”.

Read more

How do I start a project in C?

From the menu bar, click File > New > Project. In the Select a wizard window, expand C/C++, select C++ Project, and then click Next. In the Create a C++ Project window, in the Project name field, enter a name for the C++ project. From the Project type list, select Makefile Project/Empty Project, and then click Finish.

Read more