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 |
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is Multithreading
What is the base class for MFC Framework ?
Difference between Debug and Release versions?
if i modified data in 1 view how does the other view knows
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
how to repaint when working with horizontal scroll bar
1)why we cant create more than one instance of the class Derived from CWinApp
Differ GetMessage, PostMessage & PeakMessage?
How to handle RTTI in MFC ?
What is the range of intensity of RGB
Tell me the work of HTREDUCE and HTZOOM