"81 12 [Error] ISO C++ forbids comparison between pointer and integer [-fpermissive]"
"85 9 [Error] invalid conversion from 'const char*' to 'int' [-fpermissive]" and i don't know how to fix it.
The first number I believe is the line number.
So look at Line 81 and 85 to begin.
I already see the problem, do you ? Compare these lines
1 2 3 4
if ( first == 0 )
first1 == "||:::" ;
elseif ( first == 1 )
first1 = ":::||" ;
Actually I see a second problem. Look at the line below then the lines above.
Please DON'T delete your question after you've gotten an answer. It makes the thread useless as a learning resource for others. It's a selfish abuse of this forum.