Palindrome

Is there a way to determine if an integer is a palindrome in C++?
Yes.
I would like to be shown this.
Last edited on
You can always convert an integer into string and check that.
Topic archived. No new replies allowed.