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 |
Hi can anyone explain about the synchronization objects types and where we are using in the code.
What interface must be supported by an ActiveX control?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What is a message map, and what is the advantage of a message map over virtual functions?
What is CSingleDocTemplate?
What is Multithreading
How can we create thread in MFC framework?
General purpose classes in MFC
What is mfc class hierarchy?
How many types of dialog box are their
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Explain StretchBlt and BitBlt