I have an array, which i want it common to both the f1.cpp and f2.cpp .
since f1.cpp will be used to store some values in it and f2.cpp has to use it for some other computations , is there any way i can share these 2 variables .
well i initially thought of files , but they dont completely solve my problem.