User profile: piyushkumar

User info
User name:piyushkumar
History
Joined:
Number of posts:4
Latest posts:

Largest Palindrome of two digit numbers
but res1 has the largest palindrome, right?? so after two loops in main, just print value of res1 in...

Largest Palindrome of two digit numbers
Either you can make the palindrome function of pair return type, returning the pair <bool,int>, bool...

iterator of nested template
thank you, that worked :)

iterator of nested template
In the following simplified code: [code]#include <iostream> #include <list> using namespace std...