Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 397 Bytes

The C Programming Language

A collection of examples for teaching C.

Directory structure

  • linked-lists - Examples of simply, doubly, and stacked linked lists.
  • numeration - Numeration systems examples and lectures.
  • opencv - OpenCV examples in C.
  • sockets - Examples of flowing string and binary information through sockets.