Thread
:
From Python to C...
View Single Post
05-17-2006, 01:20 AM
#
3
(
permalink
)
jaeusm
Software Developer
Join Date: Mar 2006
Location: Columbus, OH
Posts: 569
I don't know python, but to answer your question about mod:
x mod y returns the remainder (not the quotient!) of x/y (that is, x divided by y). The modulus operator in C is the percentage sign, %.
jaeusm
View Public Profile
Send a private message to jaeusm
Find More Posts by jaeusm