Problem with array comparisonHi! Thanks for your answer - I think I figured it out. [code]#include <iostream>; int main() { in...
Problem with array comparisonHi! I'm trying to write the program suggested here, "Pancake Glutton": http://www.cplusplus.com/foru...
Extremely large integers in C++Hi, thanks for your answer. What I mean is numbers with 20 million digits, not the number 20,000,00...
Extremely large integers in C++Hi! Does anyone know if it would be possible (and how) to use extremely large integers in a C++ p...
C++ Book RecommendationHi, I'm looking for a book which teaches C++ starting from zero; i.e., it explains what a compile...