3
votes
7answers
2k views
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.
3
votes
5answers
234 views
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 …
2
votes
10answers
782 views
Scheduled Tasks for Web Applications
What are the different approaches for creating scheduled tasks for web applications, with or without a separate web/desktop application?
