Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to focus in a desired window Pin
shammyrly4-May-04 9:57
shammyrly4-May-04 9:57 
GeneralCalling base class function Pin
BlackDice4-May-04 9:45
BlackDice4-May-04 9:45 
GeneralRe: Calling base class function Pin
Joe Woodbury4-May-04 10:09
professionalJoe Woodbury4-May-04 10:09 
GeneralRe: Calling base class function Pin
BlackDice4-May-04 10:11
BlackDice4-May-04 10:11 
GeneralRe: Calling base class function Pin
toxcct4-May-04 10:33
toxcct4-May-04 10:33 
GeneralWriting HTML to file Pin
monrobot134-May-04 9:30
monrobot134-May-04 9:30 
GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 9:34
Rafael Fernández López4-May-04 9:34 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:04
toxcct4-May-04 10:04 
<font style="color:blue;">void </font>life (<font style="color:blue;">bool </font>me, <font style="color:blue;">bool </font>her) {
    <font style="color:blue;">if </font>(her) {
        me = <font style="color:blue;">true</font>;
    }
    <font style="color:blue;"></font>else {
        me = <font style="color:blue;">false</font>;
    }
}

wouldn't you prefer declare me as a bool& or even a bool* instead ?
Big Grin | :-D


TOXCCT >>> GEII power


GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 10:12
Rafael Fernández López4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
Joe Woodbury4-May-04 10:12
professionalJoe Woodbury4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:18
toxcct4-May-04 10:18 
GeneralRe: Writing HTML to file Pin
David Crow4-May-04 10:12
David Crow4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:22
toxcct4-May-04 10:22 
GeneralCToolBarCtrl, &#161;&#161; Help, please !! Pin
Rafael Fernández López4-May-04 9:08
Rafael Fernández López4-May-04 9:08 
GeneralRe: CToolBarCtrl, &#161;&#161; Help, please !! Pin
Rafael Fernández López4-May-04 10:08
Rafael Fernández López4-May-04 10:08 
GeneralFilling a child window in a dialog box dynamically Pin
cscafidi4-May-04 8:47
cscafidi4-May-04 8:47 
GeneralRe: Filling a child window in a dialog box dynamically Pin
David Crow4-May-04 9:05
David Crow4-May-04 9:05 
GeneralRe: Filling a child window in a dialog box dynamically Pin
cscafidi4-May-04 9:47
cscafidi4-May-04 9:47 
GeneralRe: Filling a child window in a dialog box dynamically Pin
David Crow4-May-04 10:01
David Crow4-May-04 10:01 
GeneralRe: Filling a child window in a dialog box dynamically Pin
cscafidi4-May-04 9:49
cscafidi4-May-04 9:49 
GeneralRe: Filling a child window in a dialog box dynamically Pin
Rafael Fernández López4-May-04 10:02
Rafael Fernández López4-May-04 10:02 
Generaloverloading operator &gt;&gt; Pin
kfaday4-May-04 8:39
kfaday4-May-04 8:39 
GeneralRe: overloading operator &gt;&gt; Pin
Joaquín M López Muñoz4-May-04 10:31
Joaquín M López Muñoz4-May-04 10:31 
GeneralRe: overloading operator &gt;&gt; Pin
kfaday4-May-04 11:01
kfaday4-May-04 11:01 
GeneralRe: overloading operator &gt;&gt; Pin
Joaquín M López Muñoz4-May-04 11:17
Joaquín M López Muñoz4-May-04 11:17 

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.