Auto Updating Clock?In the program that I'm slowly building, I have it set to display the current time, at which the pro...
Opening/creating files*Program starts* [code] cout << "program loading..." << endl; cout << "Searching for 'Na...
Opening/creating filesI got it to work. If the file doesn't exist, it will skip to [code] noName.open("Namefile.txt"); [/c...
Opening/creating filesI've already written a good size program, for a slight beginner. Part of what I've done, is that it...
Updating a distributed programI hope that I'm posting this question in the correct forum, I believe that this is a beginner questi...