fibonacci numbersDoes my logic make sense? [code] // What is the index of the first term in the Fibonacci sequen...
large loops[code] int main(int argc, const char * argv[]) { int max = 28123; int array[100]; ...
ifstream reading numbers wrong?realized what you were trying to tell me with the links and came up with this code which works perfe...
ifstream reading numbers wrong?Ahh perfect thank you, I completely forgot I already read through it to determine the number of rows...
ifstream reading numbers wrong?[code] #include <iostream> #include <fstream> #include <string> #include <vector> int main(int argc...