What is AnsiString?

M

Michael Bell

I have just done (but done badly in) the Open University course
"MT262: Putting computers to work". Borland Builder 5 is supplied as
part of the course. It uses the data-type AnsiString for strings of
text. I cannot find this data-type in any reference book. What is
AnsiString? Is it a Borland special, has there been a change in
standards, is there some dark and deep bit of computer politics about
it?

Michael Bell

--
 
R

red floyd

Michael said:
I have just done (but done badly in) the Open University course
"MT262: Putting computers to work". Borland Builder 5 is supplied as
part of the course. It uses the data-type AnsiString for strings of
text. I cannot find this data-type in any reference book. What is
AnsiString? Is it a Borland special, has there been a change in
standards, is there some dark and deep bit of computer politics about
it?

It's Borland specific. Check one of the Borland newsgroups.
 
J

Joe Greer

I have just done (but done badly in) the Open University course
"MT262: Putting computers to work". Borland Builder 5 is supplied as
part of the course. It uses the data-type AnsiString for strings of
text. I cannot find this data-type in any reference book. What is
AnsiString? Is it a Borland special, has there been a change in
standards, is there some dark and deep bit of computer politics about
it?

Michael Bell

I don't know for sure what AnsiString is, but the standard strings are
std::string and std::wstring (for narrow and wide strings).

joe
 
D

DJ

Yup, I'll just have to learn how to use them. As if I wasn't
struggling enough! But better to know now than later!

Don't worry, there is not much diff between these two anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top