User: billy606

  • Public profile

User profile: billy606

User info
User name:billy606
History
Joined:
Number of posts:8
Latest posts:

Generating all possible combinations of numbers under a certain number.
The code you have given ne555, doesnt it just increment a by one after each iteration of the program...

Generating all possible combinations of numbers under a certain number.
So im writing a program which finds pythagorean triples. I need to find a way to test out every sing...

Pythagorean Triples Program
Haha i just realised that i was over complicating it. Essentially what i was trying to do was to inc...

Pythagorean Triples Program
Ok so i've added a counter which limits the amount of iterations to 500. Theres no more stack overfl...

Pythagorean Triples Program
This is the updated code btw. [code]#include <iostream> #include <math.h> #include <conio.h> using n...

This user does not accept Private Messages