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 Please
Help Please
Nov 1, 2012 at 7:30am UTC
dagreat45
(12)
I am having a problem writing this C++ funcion can you please help me with the question below
Write a C++ function void triplets(void) which computes and outputs the pythagorean triplets for the diophantine equation:
a^2+b^2=c^2, in the range 1<a,b,c<30.
Nov 1, 2012 at 3:07pm UTC
webJose
(2948)
Sorry, this is not a homework service. We help people understand C++ and their mistakes. Your post contains no mistakes to help you with, except the one where you think this is a homework service.
Nov 1, 2012 at 4:39pm UTC
Code Assassin
(326)
http://www.cplusplus.com/forum/beginner/1/
Please read this.
Topic archived. No new replies allowed.