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 ProgramHaha i just realised that i was over complicating it. Essentially what i was trying to do was to inc...
Pythagorean Triples ProgramOk so i've added a counter which limits the amount of iterations to 500. Theres no more stack overfl...
Pythagorean Triples ProgramThis is the updated code btw. [code]#include <iostream> #include <math.h> #include <conio.h> using n...
This user does not accept Private Messages