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
Function Prototype help
Function Prototype help
Dec 8, 2011 at 11:33pm UTC
Jarr10
(11)
I need help with this.
A function named "sierra" that takes an integer and a boolean and returns a boolean.
Dec 8, 2011 at 11:43pm UTC
Lynx876
(742)
1
2
3
4
bool
sierra(
int
i,
bool
b ) {
return
true
; }
http://www.cplusplus.com/doc/tutorial/functions/
Last edited on
Dec 8, 2011 at 11:43pm UTC
Topic archived. No new replies allowed.