Click here to Skip to main content
15,880,543 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPointer mess Pin
Elsie23-Jul-09 20:49
Elsie23-Jul-09 20:49 
AnswerRe: Pointer mess Pin
KarstenK23-Jul-09 21:12
mveKarstenK23-Jul-09 21:12 
AnswerRe: Pointer mess Pin
Mahesh Kulkarni23-Jul-09 21:26
Mahesh Kulkarni23-Jul-09 21:26 
AnswerRe: Pointer mess Pin
«_Superman_»23-Jul-09 23:43
professional«_Superman_»23-Jul-09 23:43 
Questioncab installation failed Pin
hareshel23-Jul-09 20:14
hareshel23-Jul-09 20:14 
Questionoutput of for loop with condition as i=printf("hello") Pin
myinstincts23-Jul-09 19:27
myinstincts23-Jul-09 19:27 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
manchukuo23-Jul-09 19:38
manchukuo23-Jul-09 19:38 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
Adam Roderick J23-Jul-09 22:37
Adam Roderick J23-Jul-09 22:37 
syntax of printf is
int printf ( const char * format, ... );
so it returns the size of the characters displayed, here "Hello" number of characters is 5.
since

for ( i = 0; i = 5; i++ ) is condition on execution.

now u can see that i=5 is condition which will never ends, so its a infinite loop Smile | :)
Question__declspec(dllimport) from a dlu plugin is possible? Pin
002comp23-Jul-09 19:15
002comp23-Jul-09 19:15 
QuestionClient Server Application Pin
Madhu_Rani23-Jul-09 18:56
Madhu_Rani23-Jul-09 18:56 
AnswerRe: Client Server Application Pin
Adam Roderick J23-Jul-09 22:42
Adam Roderick J23-Jul-09 22:42 
GeneralRe: Client Server Application Pin
Madhu_Rani24-Jul-09 3:04
Madhu_Rani24-Jul-09 3:04 
GeneralEN_KILLFOCUS AfxMessageBox [Moved] Pin
sharda.bhagwatkar23-Jul-09 18:34
sharda.bhagwatkar23-Jul-09 18:34 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Code-o-mat23-Jul-09 21:10
Code-o-mat23-Jul-09 21:10 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
sharda.bhagwatkar23-Jul-09 21:27
sharda.bhagwatkar23-Jul-09 21:27 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Code-o-mat23-Jul-09 21:52
Code-o-mat23-Jul-09 21:52 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
KarstenK23-Jul-09 21:14
mveKarstenK23-Jul-09 21:14 
QuestionRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Adam Roderick J23-Jul-09 22:44
Adam Roderick J23-Jul-09 22:44 
QuestionUse CFileDialog and get Unicode filenames in a Multi-Byte project Pin
manchukuo23-Jul-09 18:00
manchukuo23-Jul-09 18:00 
AnswerRe: Use CFileDialog and get Unicode filenames in a Multi-Byte project Pin
Kushagra Tiwari23-Jul-09 21:07
Kushagra Tiwari23-Jul-09 21:07 
GeneralRe: Use CFileDialog and get Unicode filenames in a Multi-Byte project Pin
manchukuo24-Jul-09 4:31
manchukuo24-Jul-09 4:31 
QuestionTitleBar Pin
kumar sanghvi23-Jul-09 17:20
kumar sanghvi23-Jul-09 17:20 
AnswerRe: TitleBar Pin
Mahesh Kulkarni23-Jul-09 20:57
Mahesh Kulkarni23-Jul-09 20:57 
GeneralRe: TitleBar Pin
kumar sanghvi24-Jul-09 0:51
kumar sanghvi24-Jul-09 0:51 
QuestionI am not able to get WM_GETMINMAXINFO Message in CDockablePane derived control. Please Help Me! Pin
jeet51123-Jul-09 15:59
jeet51123-Jul-09 15:59 

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.