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

C / C++ / MFC

 
QuestionA guide or survey on software integration techniques Pin
m.salsal2-Jul-12 20:33
m.salsal2-Jul-12 20:33 
AnswerRe: A guide or survey on software integration techniques Pin
Maximilien3-Jul-12 0:48
Maximilien3-Jul-12 0:48 
GeneralRe: A guide or survey on software integration techniques Pin
hr.nasr6-Jul-12 20:48
hr.nasr6-Jul-12 20:48 
GeneralRe: A guide or survey on software integration techniques Pin
Maximilien7-Jul-12 3:28
Maximilien7-Jul-12 3:28 
Questionhow abstract and interface used in real time application? Pin
shanmugarajaa2-Jul-12 19:27
shanmugarajaa2-Jul-12 19:27 
AnswerRe: how abstract and interface used in real time application? Pin
_AnsHUMAN_ 2-Jul-12 19:57
_AnsHUMAN_ 2-Jul-12 19:57 
AnswerRe: how abstract and interface used in real time application? Pin
Richard MacCutchan2-Jul-12 21:36
mveRichard MacCutchan2-Jul-12 21:36 
QuestionStrange compiler output Pin
ForNow2-Jul-12 17:50
ForNow2-Jul-12 17:50 
Hi,

I have loop in my code which I try to execute 4 times I have tried a for statment
while statement nothing seems to work

going into assembly mode the compiler doesn't seem to have generated the right code

if tried a for loop
C++
while but the compiler generates a compare for a 1 instead of 4
  

 <pre lang="cpp">249:        while(i < 4) 

ASM
0137149F  mov         dword ptr [ebp-14h],0
013714A6  mov         dword ptr [ebp-10h],2AFFh
013714AD  jmp         CHERC_CMDApp::InitInstance+341h (13714C1h)
013714AF  mov         ecx,dword ptr [ebp-10h]
013714B2  add         ecx,1
013714B5  mov         dword ptr [ebp-10h],ecx
013714B8  mov         edx,dword ptr [ebp-14h]
013714BB  add         edx,1
013714BE  mov         dword ptr [ebp-14h],edx
013714C1  cmp         dword ptr [ebp-14h],1   <===
013714C5  jae         013715BA
   250:    

AnswerRe: Strange compiler output Pin
«_Superman_»2-Jul-12 20:53
professional«_Superman_»2-Jul-12 20:53 
GeneralRe: Strange compiler output Pin
ForNow3-Jul-12 2:46
ForNow3-Jul-12 2:46 
QuestionHow to configure GTK+ in CodeBlocks? Pin
atoi_powered2-Jul-12 4:07
atoi_powered2-Jul-12 4:07 
AnswerRe: How to configure GTK+ in CodeBlocks? Pin
Richard MacCutchan2-Jul-12 6:41
mveRichard MacCutchan2-Jul-12 6:41 
General[solved] CDialog Goes Blank When Press ENTER Pin
AmbiguousName2-Jul-12 0:32
AmbiguousName2-Jul-12 0:32 
QuestionRe: CDialog Goes Blank When Press ENTER Pin
Code-o-mat2-Jul-12 1:03
Code-o-mat2-Jul-12 1:03 
AnswerRe: CDialog Goes Blank When Press ENTER Pin
AmbiguousName2-Jul-12 1:18
AmbiguousName2-Jul-12 1:18 
GeneralRe: CDialog Goes Blank When Press ENTER Pin
Code-o-mat2-Jul-12 1:34
Code-o-mat2-Jul-12 1:34 
GeneralBios Bootable software Pin
Brandon-X120001-Jul-12 21:28
Brandon-X120001-Jul-12 21:28 
GeneralRe: Bios Bootable software Pin
Richard MacCutchan1-Jul-12 22:22
mveRichard MacCutchan1-Jul-12 22:22 
Questionneed help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4771-Jul-12 19:40
jawadali4771-Jul-12 19:40 
AnswerRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan1-Jul-12 22:20
mveRichard MacCutchan1-Jul-12 22:20 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 0:19
jawadali4772-Jul-12 0:19 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan2-Jul-12 0:31
mveRichard MacCutchan2-Jul-12 0:31 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 1:38
jawadali4772-Jul-12 1:38 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan2-Jul-12 6:40
mveRichard MacCutchan2-Jul-12 6:40 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 17:53
jawadali4772-Jul-12 17:53 

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.