Page 1 of 1

Simple Drawing Routines (Again :) )

PostPosted: Jun 10, 2004 @ 4:15am
by lowtraxx

FMODF - floating point remainder

PostPosted: Jun 10, 2004 @ 6:42am
by Conan
See the Microsoft link below re: fmodf



As a self-confessdd noon you should learn the power of self-help & look at the supplied docs. You can also search this forum as most everything has been covered before inc. pitch.

PostPosted: Jun 10, 2004 @ 6:52pm
by joshbu [MSFT]

PostPosted: Jun 10, 2004 @ 7:03pm
by Dan East
is the specific thing you need help on.

vb_start is a pointer (a numeric value that is a memory address).

*vb_start dereferences the pointer. In other words, that evaluates to whatever value is at the memory address that vb_start contains.

Dan East

PostPosted: Jun 11, 2004 @ 4:21am
by denthorq