Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhelp with CArray object Pin
SWDevil27-Feb-06 19:36
SWDevil27-Feb-06 19:36 
AnswerRe: help with CArray object Pin
The-Lion-King27-Feb-06 19:48
The-Lion-King27-Feb-06 19:48 
GeneralRe: help with CArray object Pin
SWDevil27-Feb-06 19:53
SWDevil27-Feb-06 19:53 
QuestionRe: help with CArray object Pin
David Crow28-Feb-06 3:02
David Crow28-Feb-06 3:02 
Questioninitialization of member variables Pin
Kranti125198427-Feb-06 18:28
Kranti125198427-Feb-06 18:28 
AnswerRe: initialization of member variables Pin
khan++27-Feb-06 19:21
khan++27-Feb-06 19:21 
AnswerRe: initialization of member variables Pin
Vinaya27-Feb-06 19:24
Vinaya27-Feb-06 19:24 
GeneralRe: initialization of member variables Pin
Kranti125198427-Feb-06 19:32
Kranti125198427-Feb-06 19:32 
object of class1 is being created inside a function of class2 to set the value of a member of class1 thru' a parameterized constructor of class2 as

class1
{
public:
CString str1;
get();
{
//get str1
}
put()
{
class2 c2(str1);
}
}

class2
{
public:
CString str2;
class2(CString str)
{
str2 = str;
}
}


Thanks,
Kranti
GeneralRe: initialization of member variables Pin
Vinaya27-Feb-06 19:40
Vinaya27-Feb-06 19:40 
GeneralRe: initialization of member variables Pin
sunit527-Feb-06 19:53
sunit527-Feb-06 19:53 
GeneralRe: initialization of member variables Pin
Salad Bar27-Feb-06 19:43
Salad Bar27-Feb-06 19:43 
GeneralRe: initialization of member variables Pin
Kranti125198427-Feb-06 19:46
Kranti125198427-Feb-06 19:46 
QuestionThe Destructor can't cleanup the memory? Pin
signbit27-Feb-06 18:17
signbit27-Feb-06 18:17 
AnswerRe: The Destructor can't cleanup the memory? Pin
Nibu babu thomas27-Feb-06 18:33
Nibu babu thomas27-Feb-06 18:33 
GeneralRe: The Destructor can't cleanup the memory? Pin
signbit27-Feb-06 18:36
signbit27-Feb-06 18:36 
GeneralRe: The Destructor can't cleanup the memory? Pin
Nibu babu thomas27-Feb-06 18:47
Nibu babu thomas27-Feb-06 18:47 
GeneralRe: The Destructor can't cleanup the memory? Pin
signbit27-Feb-06 18:51
signbit27-Feb-06 18:51 
GeneralRe: The Destructor can't cleanup the memory? Pin
Nick_Kisialiou27-Feb-06 19:27
Nick_Kisialiou27-Feb-06 19:27 
GeneralRe: The Destructor can't cleanup the memory? Pin
Johann Gerell27-Feb-06 20:28
Johann Gerell27-Feb-06 20:28 
GeneralRe: The Destructor can't cleanup the memory? Pin
Stephen Hewitt27-Feb-06 21:30
Stephen Hewitt27-Feb-06 21:30 
GeneralRe: The Destructor can't cleanup the memory? Pin
signbit27-Feb-06 22:09
signbit27-Feb-06 22:09 
GeneralRe: The Destructor can't cleanup the memory? Pin
Stephen Hewitt27-Feb-06 23:23
Stephen Hewitt27-Feb-06 23:23 
QuestionThe Image is being displayed upside down :( Pin
signbit27-Feb-06 18:02
signbit27-Feb-06 18:02 
AnswerRe: The Image is being displayed upside down :( Pin
Christian Graus27-Feb-06 18:14
protectorChristian Graus27-Feb-06 18:14 
GeneralRe: The Image is being displayed upside down :( Pin
signbit27-Feb-06 18:19
signbit27-Feb-06 18:19 

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.