Click here to Skip to main content
16,013,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I change alignment in an edit box in run time? Pin
led mike26-Mar-08 7:44
led mike26-Mar-08 7:44 
GeneralRe: How can I change alignment in an edit box in run time? Pin
David Crow26-Mar-08 7:50
David Crow26-Mar-08 7:50 
GeneralRe: How can I change alignment in an edit box in run time? Pin
led mike26-Mar-08 8:02
led mike26-Mar-08 8:02 
QuestionHow to store/load several files together when serialize? Pin
followait26-Mar-08 5:43
followait26-Mar-08 5:43 
AnswerRe: How to store/load several files together when serialize? Pin
Iain Clarke, Warrior Programmer26-Mar-08 6:01
Iain Clarke, Warrior Programmer26-Mar-08 6:01 
AnswerRe: How to store/load several files together when serialize? Pin
CPallini26-Mar-08 6:36
mveCPallini26-Mar-08 6:36 
GeneralStrange error using Case statement Pin
piul26-Mar-08 5:14
piul26-Mar-08 5:14 
GeneralRe: Strange error using Case statement Pin
CPallini26-Mar-08 5:32
mveCPallini26-Mar-08 5:32 
Beacause you've not included your code inside a block and pOriginAnn is the whole switch block (while its assignment happens only in ANNEAL case.
You may change it to

switch (uType)
{
  case ANNEAL:
    {
       CAnneal * pOrigAnn = dynamic_cast<CAnneal *> (pOrigItem)	;
       if(pOrigAnn != NULL)
      {
         CAnneal * pAnneal = new CAnneal();
      }
    }
    break;
  case WHATEVER:
...


If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Strange error using Case statement Pin
piul26-Mar-08 5:41
piul26-Mar-08 5:41 
GeneralRe: Strange error using Case statement Pin
rp_suman26-Mar-08 5:49
rp_suman26-Mar-08 5:49 
GeneralRe: Strange error using Case statement Pin
rp_suman26-Mar-08 5:35
rp_suman26-Mar-08 5:35 
Generaldelete zero out its operand Pin
George_George26-Mar-08 5:09
George_George26-Mar-08 5:09 
GeneralRe: delete zero out its operand Pin
CPallini26-Mar-08 5:24
mveCPallini26-Mar-08 5:24 
GeneralRe: delete zero out its operand Pin
George_George26-Mar-08 17:14
George_George26-Mar-08 17:14 
Generalc++ algorithm to find point inside polygon or not Pin
rp_suman26-Mar-08 5:04
rp_suman26-Mar-08 5:04 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
BadKarma26-Mar-08 5:53
BadKarma26-Mar-08 5:53 
QuestionRe: c++ algorithm to find point inside polygon or not Pin
CPallini26-Mar-08 5:55
mveCPallini26-Mar-08 5:55 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
SandipG 26-Mar-08 11:18
SandipG 26-Mar-08 11:18 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
BadKarma26-Mar-08 21:31
BadKarma26-Mar-08 21:31 
QuestionRe: c++ algorithm to find point inside polygon or not Pin
rp_suman26-Mar-08 21:49
rp_suman26-Mar-08 21:49 
QuestionRe: c++ algorithm to find point inside polygon or not Pin
CPallini26-Mar-08 22:18
mveCPallini26-Mar-08 22:18 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
rp_suman26-Mar-08 22:47
rp_suman26-Mar-08 22:47 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
Saurabh.Garg27-Mar-08 0:02
Saurabh.Garg27-Mar-08 0:02 
GeneralRe: c++ algorithm to find point inside polygon or not Pin
rp_suman2-Apr-08 21:55
rp_suman2-Apr-08 21:55 
Questionmsflexgrid pointer Pin
_chew26-Mar-08 4:31
_chew26-Mar-08 4:31 

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.