Started to use borland c++ for easy c++ windows programming. But found out its not easy at all due to this one technicality thats driving me nutz!
I want to be able to input user input from a textbox to a variable of some sort, preferably an integer variable. But i get an error: cannot convert from ansci to int or a char. I mean that makes sense but i thought it would be as easy as VB. heh.
It seams as though u can get input from the user but you just cant do anything with it. I must be missing something...
So any info to getting around this problem will be greatly appreciated.