Don't comment everything out when you are posting code
You are missing a semicolon on line 20
And get a newer/better IDE Dev-C++ is old http://www.cplusplus.com/forum/articles/7263/
When I was studying programming, one of my classmates was having serious troubles with his program. When he asked me for help, I leaned over his screen and saw all of his code in comments.
"Well, it compiles much faster, that way", he said.