Skip to content

Latest commit

 

History

History

0x0E-structures_typedef

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

img

Structures and unions

dog

Intro

The power of typedef in C! In this session, we will focus on how typedef can be used to improve the readability and maintainability of your C code. We'll cover everything from the basics of typedef to advanced applications, and explore how it can be used to simplify complex data structures and make your code more intuitive. Buckle up as we demystify this often-underutilized feature of the C programming language

Resources

Here is a curated list of resources to help you get started.

  1. Introduction to structures
  2. The struct keyword in C
  3. How should you doucument your structures
  4. The typedef statement
  5. The art of C strucure packing
  6. What does Google say about structures

Learning objectives

At the end of this session, you should be able to explain to anyone the following concepts without the help of Google

  • What are structures, when, why and how to use them
  • How to use typedef

Quizes

Quiz