E D R , A S I H C RSS

Release Debug Build Start Go의관계

VC++ 통합환 , Build->Start(CTRL+F5) Debug->Go(F5) .

F5 IDE(통합환) (Soft-ice) , . .
, CTRL-F5 IDE (fork)하 . , 행할 .

행환 . " 화". , , . () .

~cpp 
struct Sample
{
   Sample(bool b_isValid):b_isValid_(b_isValid){}
   Sample(){}
   
   inline bool isValid(){return b_isValid_;}

   bool  b_isValid_;
};

.
.
.


Sample smpl1; 
bool b = smpl1.isValid();

, Start(CTRL+F5) 행할 b Go(F5) 행할 b 크하 . Start b false , Go b true . Start 0 , Go 0 팅한 . ( bool false VC6 0. VC7 false )

, ? Start Go b true. .

  1. F5 , 0 .
  2. CTRL-F5 , 0 .

    / , . .

    - ?
    - (member-wise assignment) ?
    - ?
    - 화하 ?( )

ExtractedFrom) http://www.kwak101.pe.kr/
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:27:53
Processing time 0.0252 sec