python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
share data between two proccess (cant create proccess)
I am trying to write a program that use two proccess, one is only allowed to open the text file and mapping him into the ram but not change the memory, and the other one is only allwed to use the mapp...
רועי אטיאס
Votes: 0
Answers: 1
Why does fstream create a file in the executable location?
I am making a C++ program in fstream and I have noticed that my program makes a file where the executable file is located.
I have made 2 folders, bin and src. src has main.cpp:
#include <fstream>...
scienclocode
Votes: 0
Answers: 1