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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CString

Status
Not open for further replies.

Robertus

Programmer
Feb 16, 2001
81
RO
wich is the maximum number of characters that a CString object can hold?
 
CString allocates memory for string by operator "new" and free by "delete" (you can see it if you type somewhere CString str("Test"); and debug this code). So maximum numbers - how much memory do you have :))

With best regards,
Zaki Maksyutov
zaki-maksyutov@yandex.ru
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top