Largest Palindrome of two digit numbersbut res1 has the largest palindrome, right?? so after two loops in main, just print value of res1 in...
Largest Palindrome of two digit numbersEither you can make the palindrome function of pair return type, returning the pair <bool,int>, bool...
iterator of nested templatethank you, that worked :)
iterator of nested templateIn the following simplified code: [code]#include <iostream> #include <list> using namespace std...