I am new to this site, but I have come here to browse several times for help on different things. Here is my question:
I am trying to write a program to take down notes for me, a journal sort of thing. My issue at the moment is that I want to be able to write a new note every time, rather than edit the same note. Please bare with me as I am fairly new to all this. I was wondering how I could have the program either check for the existence of a previous file and name the new one a +1 to that or would it be better to just have the file be named as the date? And if so, how would I go about always making the file name the name of the date? Would I be able to swap the name of the file "fout" for example, with a string like "date"? My other (obvious) issue that I am not quite ready to tackle yet is to actually implement date / time into the program. Here is my code. Thanks for any help you can provide.