Skip to content
/ c-tasks Public
forked from ComSys-OVGU/c-tasks

C Programming Self-Instruction Course

License

Notifications You must be signed in to change notification settings

madbkr/c-tasks

This branch is 2 commits behind ComSys-OVGU/c-tasks:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a36cd54 · Sep 15, 2021

History

20 Commits
Oct 13, 2017
Oct 8, 2017
Sep 15, 2021
Oct 8, 2017
Oct 8, 2017
Sep 15, 2021
Oct 8, 2017
Oct 8, 2017
Jul 10, 2017
Jul 11, 2017
Oct 8, 2017

Repository files navigation

C Programming Tasks

This repository contains practical C programming tasks covering different aspects of C programming in general and network programming in particular.

Requirements

  • A C99 compliant compiler such as GCC, clang, pcc or cparser/libfirm
    • When using a C compiler different from GCC, you need to change the CC variable in the corresponding Makefile or invoke GNU Make like this make CC=clang
  • GNU Make
  • A POSIX compliant operating system, such as Linux, FreeBSD, NetBSD, Mac OS X, ...
  • Some tasks also require GDB, Valgrind and Wireshark
  • On Linux and BSD this software can often easily obtained using a package manager

Table of Contents

About

C Programming Self-Instruction Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • Makefile 13.5%