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

C / C++ / MFC

 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer29-Jul-08 22:58
Iain Clarke, Warrior Programmer29-Jul-08 22:58 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 23:49
Raghu Panduranga29-Jul-08 23:49 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer30-Jul-08 0:16
Iain Clarke, Warrior Programmer30-Jul-08 0:16 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga30-Jul-08 0:11
Raghu Panduranga30-Jul-08 0:11 
Questionincrement operator is not executing when debug in release mode Pin
pallaka29-Jul-08 20:09
pallaka29-Jul-08 20:09 
AnswerRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 20:38
Cedric Moonen29-Jul-08 20:38 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 22:33
pallaka29-Jul-08 22:33 
GeneralRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 22:58
Cedric Moonen29-Jul-08 22:58 
What are you doing with this strCalcCode variable later ? If you don't use it later, the compiler probably optimizes the code and decided that this line of code is unnecessary (which is the case because it doesn't do anything usefull in the case you don't use strCalcCode later on).


pallaka wrote:
Code below is only executing the first and second line and skiping the third line in bold


Again, how are you verifying that ?

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

GeneralRe: increment operator is not executing when debug in release mode Pin
Iain Clarke, Warrior Programmer29-Jul-08 23:07
Iain Clarke, Warrior Programmer29-Jul-08 23:07 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 23:12
pallaka29-Jul-08 23:12 
QuestionRe: increment operator is not executing when debug in release mode Pin
CPallini29-Jul-08 21:26
mveCPallini29-Jul-08 21:26 
AnswerRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 23:19
pallaka29-Jul-08 23:19 
GeneralRe: increment operator is not executing when debug in release mode Pin
CPallini29-Jul-08 23:26
mveCPallini29-Jul-08 23:26 
GeneralRe: increment operator is not executing when debug in release modec Pin
pallaka29-Jul-08 23:37
pallaka29-Jul-08 23:37 
QuestionRe: increment operator is not executing when debug in release mode Pin
sashoalm29-Jul-08 23:34
sashoalm29-Jul-08 23:34 
AnswerRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 23:36
pallaka29-Jul-08 23:36 
GeneralRe: increment operator is not executing when debug in release mode Pin
sashoalm29-Jul-08 23:42
sashoalm29-Jul-08 23:42 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka30-Jul-08 0:11
pallaka30-Jul-08 0:11 
GeneralRe: increment operator is not executing when debug in release mode Pin
sashoalm30-Jul-08 2:01
sashoalm30-Jul-08 2:01 
GeneralRe: increment operator is not executing when debug in release mode Pin
Mark Salsbery30-Jul-08 7:12
Mark Salsbery30-Jul-08 7:12 
QuestionFile transfer over UDP Pin
sunny_vc29-Jul-08 19:12
sunny_vc29-Jul-08 19:12 
AnswerRe: File transfer over UDP Pin
Mark Salsbery30-Jul-08 7:20
Mark Salsbery30-Jul-08 7:20 
QuestionFTP: InternetOpen() Pin
bkelly1329-Jul-08 8:12
bkelly1329-Jul-08 8:12 
AnswerRe: FTP: InternetOpen() Pin
led mike29-Jul-08 8:22
led mike29-Jul-08 8:22 
GeneralRe: FTP: InternetOpen() Pin
bkelly1329-Jul-08 9:54
bkelly1329-Jul-08 9:54 

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.