When I try to use input/output files in command line tool applications, I can't open it with xCode, I mean, I can't change it with my programm.
I use C++, freopen("input.txt", "r", stdin) to create file.
When I used Microsoft Visual C++ everything was OK, but now...may it be because it is neсessary to write file path?
I use C++, freopen("input.txt", "r", stdin) to create file.
When I used Microsoft Visual C++ everything was OK, but now...may it be because it is neсessary to write file path?