Guaranteeing the variable is correctly initialized dynamically

How do we check/guarantee the variable is dynamically initialized correctly in runtime before its first requiring operation on C++?
That's what a constructor is for.
Topic archived. No new replies allowed.