Michel Rouzic I made a program that accepts as parameters an input file name that we'll call file1, and an output file name that we'll call file2, and opens on its own a configuration file called file3. My program works correctly when calling it like this : ./program file1 file2, and also with full paths, like this : ./program c:\dir\file1 c:\dir\file2 ...
consistens but when i cut from my editor i changed some swedish terms to english and i forgot to do it in all places. But in the original version in every place it is the same variable (filnamn). so this misspelling was a miss in my code here not in the one i have compiled before. A can excuse all my ...
Hi! Iam trying to write a program to update the copies of a file in different systems on a network. I am able to find the timestamp of the file in my current system using the fstat(...) function. But,I do not know how to specify a path to another system in the network. I tried various ways in vain. fh = ...