Hi all,
I hope this is the right forum i post my message, else, beat me
Recently, i swichted from Borland C++ builder (BCB) to Visual studio.net because it has some advantage that C++ builder does'nt have. Because I'm used to program in BCB, now I can't program simple things in VC++. Things like get a string out a textBox and convert it to i.e. a Integer. I searched today the internet and found a possible way to do that, with the command "atoi".
this is what i've got.
int number = atoi(textBox1->Text);
but when i build that, i've got errors like, cant convert this to that...
Can somebody help me with this?
thanxs in advance
Geert J
I hope this is the right forum i post my message, else, beat me
Recently, i swichted from Borland C++ builder (BCB) to Visual studio.net because it has some advantage that C++ builder does'nt have. Because I'm used to program in BCB, now I can't program simple things in VC++. Things like get a string out a textBox and convert it to i.e. a Integer. I searched today the internet and found a possible way to do that, with the command "atoi".
this is what i've got.
int number = atoi(textBox1->Text);
but when i build that, i've got errors like, cant convert this to that...
Can somebody help me with this?
thanxs in advance
Geert J