There are a lot of suggested practices in my MCTS-study books. I'll post one. Let me know if this is the kind of stuff you're looking for (i don't know your preferred language, platform and experience level):
1a) Build an application that duplicates the functionality of Windows Explorer. You should be able to display a directory tree in one pane and files in a praticular directory in another.
1b) (I made this up): Extend the previous program so that it allows a user to rename a file, copy a file between the two dirs, delete a file and get statistical info (such as the creation date and size) about the file.
|