Questions tagged [common-tasks]
2 questions
71
votes
9 answers
How do you get a directory listing in C?
How do you scan a directory for folders and files in C? It needs to be cross-platform.

andrewrk
- 30,272
- 27
- 92
- 113
4
votes
5 answers
What to include in a Utility Library
With more and more projects under my belt I find that I am often repeating many common tasks from project to project, client to client. So I have started to assemble a "utility" library, a collection of these common elements that are often repeated…

Mitchel Sellers
- 62,228
- 14
- 110
- 173