Thread: Ideas?
View Single Post
Old 22-11-2006, 06:59 AM   #2
Reup
10 GOSUB Abandonia
20 GOTO 10
 
Reup's Avatar

 
Join Date: Dec 2004
Location: Eindhoven, Netherlands
Posts: 1,508
Default

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.

Reup is offline                         Send a private message to Reup
Reply With Quote