pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

LecLabs 2.4 Structures and Makefiles

intro-to-programming-languages
0/14 challenges completed

[ ← Module List ]

This lab will help you understand structs and using Makefiles to build multi-file programs.

Challenges

1
Lecture 2.4.1.1. struct into
2
EzLab 2.4.1.1 - Using a struct
3
Lecture 2.4.1.4. string to struct
4
EzLab 2.4.1.4 - Struct from string
5
Lecture 2.4.1.5. array of struct
6
Lab 2.4.1.5 - Songs List
7
Lecture 2.4.1.6. enum
8
Lecture 2.4.2.1. C preprocessor
9
EzLab 2.4.2.1 - C Preprocessor
10
Lecture 2.4.2.2. Header files
11
Lecture 2.4.2.6. Makefile
12
EzLab 2.4.2.6 - Makefiles
13
Lab 2.4.2.6 - Make Songs
14
Lab 2.4.2.6 - Filter Songs