cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Functions
Functions
May 23, 2015 at 10:36am UTC
HelenI
(51)
Hey....if my function is a boolean can i insert integers?
bool
function(
int
a,
int
b)
May 23, 2015 at 10:38am UTC
Gamer2015
(810)
yes
May 23, 2015 at 11:48am UTC
Codermik
(835)
the bool simply means that the function is expected to return a Boolean.
Topic archived. No new replies allowed.