The reasoning behind posting this is to gather constructive criticism on my form, and see what you experts have to say about how I went about what I was trying to accomplish.

This program is designed to request your date of birth information (seperately, I didn't know how to do it in one single MM/DD/YYYY input..)

Then, request the current date info (again, didn't know how to gather 3 values in one input)
and then calculate the age and verify no flaws in the calculation.

In some questions, please do forgive my lack of better wording...

For the sake of syntax highlighting and ease of reading, I took the code and posted it on codepad (similar to pastebin but for coding)

C++ code - 61 lines - codepad

If you wish for me to paste the 61 line code here, I will do so, but I forewarn that it's pretty hard to read with the little allotted space.