Ok. Thanks. I will try it out with ints and see if it works.


--

Tried it and that narrowed it down to these three errors from 35. lol.

ap12\ch12appe04 solution\ch12appe04 project\ch12appe04.cpp(27) : error C2440: 'initializing' : cannot convert from 'const char [1]' to 'int'
1> There is no context in which this conversion is possible
1>c:\course technology\83618-4\cpp5\chap12\ch12appe04 solution\ch12appe04 project\ch12appe04.cpp(42) : error C2082: redefinition of formal parameter 'x'
1>c:\course technology\83618-4\cpp5\chap12\ch12appe04 solution\ch12appe04 project\ch12appe04.cpp(43) : error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'overloaded-function' (or there is no acceptable conversion)