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

C / C++ / MFC

 
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 
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 
neodeaths wrote:
if(strcmp(test,"Clerk"))


strcmp return 0 if both strings are equal,try
if(strcmp(test,"Clerk")==0)


Thanks & Regards

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 
QuestionRe: ZLib Compatibility problem in VISTA Pin
bob1697217-Nov-07 5:02
bob1697217-Nov-07 5:02 
AnswerRe: ZLib Compatibility problem in VISTA Pin
Moak18-Nov-07 12:28
Moak18-Nov-07 12:28 
QuestionHow to get data from CString object Pin
Max++16-Nov-07 17:41
Max++16-Nov-07 17:41 

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.