Sorting a List of Strings Alphabetically In C

Posted by user308583 on Stack Overflow See other posts from Stack Overflow or by user308583
Published on 2010-04-04T05:30:23Z Indexed on 2010/04/04 5:33 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about sorting

Related posts about list