C Programming: Sorting and searching arrays of structs

preview_player
Показать описание
In this session we learn how to sort an array of structs, then search it using the built-in binary search (bsearch) function.
Рекомендации по теме
Комментарии
Автор

I love the intro music at the start of your videos, and the amazing explanation of your programming topics 💙❤️❤️

mohammadahmedragab
Автор

12:24 Prompt user for input numbers. Add numbers to an array of INTS
26:54 Ask user to Input an array of STRINGS, grow the array as necessary
37:10 Trim off any newline characters
40:30 Extending the array
45:52 Get a line of input from the user, malloc some space for that string, then copy that input into that string

lordmelbury
Автор

Thank you so much this was so helpful!

em_db