Hi, I'm new to C ++, so I'm not sure if this is a really stupid question. I mainly use the C ++ custom action project to interact with my MSI installer. I get the property that my user entered, this is an integer. I need to make sure this is a multiple of 8, and I'm not sure how to do this. Obviously, if it can be divided by 8, it is somewhat, but I'm not sure how to do it if there is a remainder. Any help would be appreciated or even point me in the right direction. Thanks
source share