Hi guys,

I was wondering whether this was possible in C++?

I have an integer that i was to divide by 25, but i only want the number of times the 'full' 25 can fit into the integer i have.

For example if the integer i have is 51, it will return 2.

I hope this makes sense.

Thanks in advance for any help.