|
Mine was called txtMess and it was my very first C++ "project".
It basically creates text files all over your windows harddrive all containing teh same text. I can remember i found it hard because i had to name each file differently so taht if tehy endd up in the same directory they wouldn't overwrite each other. It took a whiel to figure out what i want but in teh end i realise di needed to convert an int that ++'s for each file to a string for the filename.
It was cool when it worked, but then i had to make a tool to remove them all, which wasn't too hard. I think i still have the proggie somewhere.
__________________
Join us at #programmingforums @ irc.freenode.net!
My software never has bugs. It just develops random features.
|