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.
2
votes
10answers
738 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?
3
votes
5answers
228 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" l …
