Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
/ AdvancedC Public archive

Replaced to GitLab!! Introduction advanced C programming, code examples for teaching at an intermediate programming level.

Notifications You must be signed in to change notification settings

josokw/AdvancedC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced C ==> replaced to GitLab

Codacy Badge CodeFactor

The code examples are used for teaching C programming at an intermediate level.

Each example is compilable using QtCreator by opening the related .pro file or the related GNU Makefile for gcc compiling C99.

Some unit test code examples are available:

  • Using the Unity unit test library. Unity is written in 100% pure C code. It follows ANSI-C standards.
  • Using the Catch2 unit test library in a single header file. Catch2 is written in C++11.

Debugging in Visual Studio Code: gdb

In every Makefile the compiler flag -g is used. Some gdb launches are available in .vscode/launch.json.

About

Replaced to GitLab!! Introduction advanced C programming, code examples for teaching at an intermediate programming level.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published