So I finally get to the end of this evil program, and then it won't compile because it says "type double not expected".
Here is my error message in its entirety:
program 3 item.cpp(111) : error C2062: type 'double' unexpected
program 3 item.cpp(121) : error C2062: type 'double' unexpected
program 3 item.cpp(131) : error C2062: type 'double' unexpected
And here is a link to my codes (with the line numbers, so hopefully it won't be that hard to see what I'm doing wrong)
http://pastebin.com/mff1e676
Thanks for the help :)