Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy the Size of an Empty Class is 1 ?? Pin
NiceNaidu19-May-06 2:01
NiceNaidu19-May-06 2:01 
AnswerRe: Why the Size of an Empty Class is 1 ?? Pin
Laxman Auti19-May-06 2:07
Laxman Auti19-May-06 2:07 
GeneralRe: Why the Size of an Empty Class is 1 ?? Pin
NiceNaidu19-May-06 2:14
NiceNaidu19-May-06 2:14 
AnswerRe: Why the Size of an Empty Class is 1 ?? Pin
Laxman Auti19-May-06 2:22
Laxman Auti19-May-06 2:22 
QuestionRe: Why the Size of an Empty Class is 1 ?? Pin
David Crow19-May-06 3:07
David Crow19-May-06 3:07 
QuestionExtracting the user input from Edit Box Pin
VinayCool19-May-06 2:00
VinayCool19-May-06 2:00 
AnswerRe: Extracting the user input from Edit Box Pin
NiceNaidu19-May-06 2:08
NiceNaidu19-May-06 2:08 
AnswerRe: Extracting the user input from Edit Box Pin
Laxman Auti19-May-06 2:35
Laxman Auti19-May-06 2:35 
vinaycool wrote:
CString line;
line = m_WORD;
char * w =(char *) (LPCTSTR) line;

char * str=new char[MAX];
UpdateData();
lstrcpy(str,m_test.GetBuffer(m_test.GetLength()));

The code copies the data from the edit box into the str variable.

Knock out 't' from can't,
You can if you think you can
Cool | :cool:
GeneralRe: Extracting the user input from Edit Box Pin
ThatsAlok19-May-06 2:45
ThatsAlok19-May-06 2:45 
GeneralRe: Extracting the user input from Edit Box Pin
Laxman Auti19-May-06 2:51
Laxman Auti19-May-06 2:51 
AnswerRe: Extracting the user input from Edit Box Pin
ThatsAlok19-May-06 2:41
ThatsAlok19-May-06 2:41 
AnswerRe: Extracting the user input from Edit Box Pin
David Crow19-May-06 3:09
David Crow19-May-06 3:09 
AnswerRe: Extracting the user input from Edit Box Pin
Hamid_RT19-May-06 19:10
Hamid_RT19-May-06 19:10 
AnswerRe: Extracting the user input from Edit Box Pin
rbid19-May-06 21:08
rbid19-May-06 21:08 
Question.ncb and .pch file Pin
big_denny_20019-May-06 1:54
big_denny_20019-May-06 1:54 
AnswerRe: .ncb and .pch file Pin
Sebastian Schneider19-May-06 2:08
Sebastian Schneider19-May-06 2:08 
QuestionUse Strlog in the application Pin
vemula_vijay19-May-06 1:53
vemula_vijay19-May-06 1:53 
AnswerRe: Use Strlog in the application Pin
Laxman Auti19-May-06 2:02
Laxman Auti19-May-06 2:02 
QuestionData Screen Pin
kk.tvm19-May-06 1:44
kk.tvm19-May-06 1:44 
AnswerRe: Data Screen Pin
Laxman Auti19-May-06 1:47
Laxman Auti19-May-06 1:47 
GeneralRe: Data Screen Pin
kk.tvm19-May-06 1:52
kk.tvm19-May-06 1:52 
AnswerRe: Data Screen Pin
Laxman Auti19-May-06 2:58
Laxman Auti19-May-06 2:58 
AnswerRe: Data Screen Pin
ThatsAlok19-May-06 2:10
ThatsAlok19-May-06 2:10 
QuestionDifference between Release , Release Unicode , Unicode Static Release Pin
zahid_ash19-May-06 1:17
zahid_ash19-May-06 1:17 
AnswerRe: Difference between Release , Release Unicode , Unicode Static Release Pin
Hamid_RT19-May-06 1:32
Hamid_RT19-May-06 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.