Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool C/C++ examples

Description

A collection of cool C/C++ examples.

Name (Make target) Language Description
static_linked_list C Linked list with static memory allocation
inheritance_in_c C Implements inheritance with a primitive way in C!!! [1]
bubble_sort C Classic bubble sort algorithm

[1] Needs the -fms-extensions or -std=c11 compiler flag enabled. This permits the use of anonymous struct members.

Install

To make all:

make all

To make only a specific example.

make help

This will show all available targets.

Maintainer

Kanelis Ilias

License

GNU © Kanelis Ilias

About

A collection of cool C/C++ examples

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages