Will there be any difference in the image buffer size if it
is loaded in from CString to LPTSTR using GetBuffer()?
lptstr = string.GetBuffer(0);
Answers were Sorted based on User's Feedback
Answer / prashant
No there wont be any difference. Infact the first method is
preffered
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abn reddy
use like this,
int nLen = string.GetLenght();
lptstr = string.GetBuffer(nLen);
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the base class for MFC Framework ?
Why Array Index starts from Zero
what if we provide two message handler for same message ?
What is the difference between Struts and JSF? Pls list some most suitable differences.
How can we create thread in MFC framework?
What is the use of message map ?
Which MFC function is used to display output?
How you find memory leaks?
What view class enables you to use an edit control as a view?
is it possible to display a window .without using windowclass
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the base class for most MFC classes?