Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error in getting Handle of editBox? Pin
David Crow17-Nov-07 3:28
David Crow17-Nov-07 3:28 
Questionhow to chage text color of Button? Pin
padamraj17-Nov-07 0:42
padamraj17-Nov-07 0:42 
AnswerRe: how to chage text color of Button? Pin
Paresh Chitte18-Nov-07 18:25
Paresh Chitte18-Nov-07 18:25 
QuestionHow to get system info data Pin
Max++16-Nov-07 22:53
Max++16-Nov-07 22:53 
AnswerRe: How to get system info data Pin
Hamid_RT16-Nov-07 23:33
Hamid_RT16-Nov-07 23:33 
QuestionHow to create Directory on Remote Server. Pin
Atul2316-Nov-07 22:42
Atul2316-Nov-07 22:42 
QuestionRe: How to create Directory on Remote Server. Pin
Mark Salsbery17-Nov-07 5:52
Mark Salsbery17-Nov-07 5:52 
Questionhow to check a variable is initialized or not ? Pin
nitin316-Nov-07 22:31
nitin316-Nov-07 22:31 
how i can check whether the argument lpStr in FillStr function is initialized or not?

class myClass
{
	public :
		myClass()
		{
		}
		~myClass()
		{
		}
		//
		LPSTR lpStr ;
};

int FillStr( <code>LPSTR lpStr</code> )
{
	if( lpStr )
	{
		strcpy( lpStr , "myData" ) ;
	return 1 ;
	}
return 0 ;		
}

void main()
{
	myClass obj ;
	if( FillStr( obj.lpStr ) )
	{
		printf( "%s" , obj.lpStr ) ;
	}
}


Thanks & Regards

AnswerRe: how to check a variable is initialized or not ? Pin
bob1697217-Nov-07 4:22
bob1697217-Nov-07 4:22 
Questionneed help wit string comparison Pin
neodeaths16-Nov-07 21:57
neodeaths16-Nov-07 21:57 
AnswerRe: need help wit string comparison Pin
nitin316-Nov-07 22:43
nitin316-Nov-07 22:43 
AnswerRe: need help wit string comparison Pin
JudyL_MD17-Nov-07 8:00
JudyL_MD17-Nov-07 8:00 
QuestionMFC42D.dll missing error Pin
neha.agarwal2716-Nov-07 18:39
neha.agarwal2716-Nov-07 18:39 
AnswerRe: MFC42D.dll missing error Pin
followait16-Nov-07 19:48
followait16-Nov-07 19:48 
AnswerRe: MFC42D.dll missing error Pin
Hamid_RT16-Nov-07 21:06
Hamid_RT16-Nov-07 21:06 
AnswerRe: MFC42D.dll missing error Pin
ThatsAlok17-Nov-07 0:10
ThatsAlok17-Nov-07 0:10 
AnswerRe: MFC42D.dll missing error Pin
Paresh Chitte18-Nov-07 18:32
Paresh Chitte18-Nov-07 18:32 
QuestionRedistributing Files(.ocx) Problem Pin
ashishbhatt16-Nov-07 18:25
ashishbhatt16-Nov-07 18:25 
AnswerRe: Redistributing Files(.ocx) Problem Pin
ashishbhatt16-Nov-07 21:55
ashishbhatt16-Nov-07 21:55 
GeneralRe: Redistributing Files(.ocx) Problem Pin
bob1697217-Nov-07 4:45
bob1697217-Nov-07 4:45 
QuestionDeployment of MFC application on to Linux machine? Pin
H4u3216-Nov-07 18:06
H4u3216-Nov-07 18:06 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
ThatsAlok17-Nov-07 0:11
ThatsAlok17-Nov-07 0:11 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
JudyL_MD17-Nov-07 8:02
JudyL_MD17-Nov-07 8:02 
AnswerRe: Deployment of MFC application on to Linux machine? Pin
mav@octaval18-Nov-07 11:50
mav@octaval18-Nov-07 11:50 
QuestionZLib Compatibility problem in VISTA Pin
neha.agarwal2716-Nov-07 17:47
neha.agarwal2716-Nov-07 17:47 

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.