Functions

Hey....if my function is a boolean can i insert integers?

 
 bool function(int a, int b)
yes

the bool simply means that the function is expected to return a Boolean.
Topic archived. No new replies allowed.