Tagged Questions
The common-tasks tag has no wiki summary.
10
votes
8answers
14k 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.
4
votes
5answers
486 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 ...
3
votes
11answers
2k 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?