Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[12 / 3 / ?]

Need help with my C++ assigement

No.831804 View ViewReplyOriginalReport
>Write a program that loads a series of strings from a file, sorts them alphabetically and outputs them

Idk how to effectively sort them, the file is a list of names that has no real limit and I can't endlessly write if's. How do I do this?