cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
help for a make function
help for a make function
Jun 20, 2013 at 1:13am UTC
diogoFeec
(3)
Hello, friends.
I need help for my project.
I must create a function with a integer number as parameter
This function use the parameter for a loop
example
n = 1
output
1
2
3
n = 2
1,1
1,2
1,3
2,1
2,2
2,3
3,1
3,2
3,3
Thanks
Jun 20, 2013 at 6:34am UTC
Smac89
(1727)
http://www.cplusplus.com/doc/tutorial/functions/
http://www.cplusplus.com/doc/tutorial/functions2/
Topic archived. No new replies allowed.