J
Joe
I have 2 cpp modules (test.cpp, main.cpp). There is a static int
record_count variable declared globally in the test.cpp and incremented
in a function contained in the test.cpp module.
I would like to output the record_count value at the end of my main
function in main.cpp. How shoudl I declare this in main.cpp or is
there a better way to do this entirely?
Thanks!
record_count variable declared globally in the test.cpp and incremented
in a function contained in the test.cpp module.
I would like to output the record_count value at the end of my main
function in main.cpp. How shoudl I declare this in main.cpp or is
there a better way to do this entirely?
Thanks!