View Single Post
Old Oct 31st, 2005, 7:40 AM   #34
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote