Jan 1, 2017 at 2:59am UTC
I am not quite sure how to help, never used it myself but have you tried rereading the setlocal reference sheet (found on this url:
http://www.cplusplus.com/reference/clocale/setlocale/ )
You probably already looked there. I want to help you with this but I am not sure myself.
Based on the error:
psykhe wrote:--expected identifier before numeric constant--
--expected ',' or '...' before numeric constant--
It appears to be something to do with your class but I don't really see anything wrong with it...
Edit: oh wait, I think the fuction setlocale needs a comma (,) between LC_ALL and "Turkish"
Maybe you could look at this following tutorial, which may help:
http://www.cplusplus.com/doc/tutorial/classes/
I hope what I said helps at all.
~Hirokachi
Last edited on Jan 1, 2017 at 3:03am UTC
Jan 1, 2017 at 3:26am UTC
Thanks for the answer dude. A guy helped me about this and finally it's works perfectly.Solution is , account(); setlocale(LC_ALL, "Turkish");
Last edited on Jan 1, 2017 at 4:26am UTC
Jan 2, 2017 at 2:19pm UTC
Thank you for posting the solution.
I was wondering about it myself.
~Hirokachi