Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 521 Bytes

File metadata and controls

12 lines (9 loc) · 521 Bytes

C Structures

The project describes the use of the C language to implement data structures with a balance between academic learning tasks and the use of popular C language templates.

Editor

The project is configured to use Visual Studio Code, using Clangd for IDE C/C++ capabilities

Packages

All the examples were compiled on a Linux host running Arch Linux, which has the following necessary packages installed

# pacman -S git llvm  clang cmake ninja lldb lldb-mi lld compiler-rt libunwind sccache