Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~217 People Reached
About Me

Software Developer

PC Specs
p4 1.5Mhz, 256MB, 80GB, win2kProf, MSVS 6.0
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for MaxC

two approaches that i can think of: (1) float num1, num2, result; float Mod() { float result; result = (float) ( (int) num1 % (int) num2 ); return result; } (2) use fmod() check the use of it on mdsn.microsoft.com

Member Avatar for ivosetyadi
0
217

The End.