MFC Question:
Download Questions PDF

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);

Answer:

No there wont be any difference. Infact the first method is
preffered

Download MFC Interview Questions And Answers PDF

Previous QuestionNext Question
How to update windows title bar dynamically?Whats is DDX & DDV in MFC?