Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AnsiStrings ??

Status
Not open for further replies.

bitshifter05

Programmer
Jul 15, 1999
13
US
I just started using Borland Builder 4. My background is in Dos based C/C++ and up intill now the only windows programming I have done was in VB. <br>
<br>
Q. When using an edit box control builder makes that an ansistring variable. I was seeking info on how to convert from an AnsiString to other variable types like (long, float, char*, ect....).<br>
<br>
Thanks for any help.<br>
<br>
bitshifter05
 
Hi,<br>
<br>
in C++ the class Ansistring has a method c_str that gives back the AnsiString as Null terminated c-string<br>
<br>
Rolf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top