K
Khanh01
Guest
hello, i want to ask if i do this right?
I think when declaring static in .h file
Then in .cpp I declare include .h, it will work as in one file.
however it does not seem to work! where i was wrong?
when i debug: The variable is not initialized
however in another similar project, it works. It seems to be possible due to the compiler structure (is this possible?)
Continue reading...
I think when declaring static in .h file
Then in .cpp I declare include .h, it will work as in one file.
however it does not seem to work! where i was wrong?
when i debug: The variable is not initialized
however in another similar project, it works. It seems to be possible due to the compiler structure (is this possible?)
Continue reading...