We do like properly formatted and indented code
Have a look at
Also your curly braces don't match up (which would be easier to see with proper indentaion).
And please don't over-use goto
. This is C++ not Basic.
We do like properly formatted and indented code
Have a look at
Also your curly braces don't match up (which would be easier to see with proper indentaion).
And please don't over-use goto
. This is C++ not Basic.