Sorting a List of Strings Alphabetically In C
- by user308583
Basically im creating a list which contains names(strings), but as i add a struct to my list, i want to place it alphabetically.
im just having trouble especially with reassigning the pointers as i add
How can i do this in C?
thanks.