M
mark
How does one call a variable defined in a class defined in file1.cpp
from another file file2.cpp. Or can one call a class from a different
file ?
(Besides the standard way to define the variable in a header file and
include this header file where required)
from another file file2.cpp. Or can one call a class from a different
file ?
(Besides the standard way to define the variable in a header file and
include this header file where required)