K
K
kir_steyn2015-10-12 22:27:20
C++ / C#
kir_steyn, 2015-10-12 22:27:20

What are some C projects that can be used to learn the language?

What projects in the C language can you suggest for learning the language? Read K&R and would like to see a real project, not too complicated and big so that you can dig into it, better understand the language.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
terrier, 2015-10-12
@kir_steyn

GNU coreutils
git.savannah.gnu.org/cgit/coreutils.git/tree
These are the same ls, chown, uniq that people deal with every day working in the console. Lots of small "projects", richly commented and already well tested "on rabbits". Each specific utility performs a small understandable task, but in real code many subtleties are revealed that are not written about in basic textbooks, but you need to know.

S
Stanislav Makarov, 2015-10-13
@Nipheris

If you want something "bigger" than suggested by terrier , check out SQLite - also a project written by no means fools).

A
Alex K, 2015-10-13
@alexk111

I would start from my hobbies, so the enthusiasm will go off scale in the process of digging into the source code, and the study will go faster. At one time, I studied C on the source code of the MUD server. There used to be such text multiplayer games) I really wanted to make my own server with my own world and localization for Russian - C went like clockwork :)

J
Jacob E, 2015-10-13
@Zifix

https://github.com/GNOME/cheese

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question