Skip to content

kenttonino/CLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • This repository is intended for learning different C techniques, especially advanced stuff.
  • I created these to improve my knowledge and skills, and to understand deeply the universe of C programming language.

Screenshot from 2026-01-25 13-37-50


Setup

  • You might need GNU GCC, GNU GDB, and GNU Make.
  • You can choose which sample programs you want to run by importing the header of that example directory.
  • All the programs here runs and tested in Debian Linux.
# Generate an executable file.
make build

# Run the program inside GDB.
make debug

# Run the program normally.
make run

About

Learning C language out of curiosity.

Topics

Resources

License

Stars

Watchers

Forks