Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ question - sorry Pin
Anonymous20-Sep-04 7:40
Anonymous20-Sep-04 7:40 
GeneralRe: C++ question - sorry Pin
Bob Stanneveld20-Sep-04 9:08
Bob Stanneveld20-Sep-04 9:08 
GeneralRe: C++ question - sorry Pin
David Crow20-Sep-04 10:25
David Crow20-Sep-04 10:25 
GeneralPlease explain this. Pin
V.20-Sep-04 5:29
professionalV.20-Sep-04 5:29 
GeneralRe: Please explain this. Pin
David Crow20-Sep-04 5:33
David Crow20-Sep-04 5:33 
GeneralRe: Please explain this. Pin
BlackDice20-Sep-04 6:11
BlackDice20-Sep-04 6:11 
GeneralRe: Please explain this. Pin
David Crow20-Sep-04 6:16
David Crow20-Sep-04 6:16 
GeneralRe: Please explain this. Pin
Michael Dunn20-Sep-04 10:54
sitebuilderMichael Dunn20-Sep-04 10:54 
Never ever compare for equality with true or TRUE. Always do if (labMask.hideemptyrows). The reason is that, even with a bool variable, there's nothing stopping the variable from getting values other than 0 or 1. When you compare against true, the test will fail if the bool got some value other than 1.

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
I just performed the Heimlich Maneuver on SQL #1.
  -- Chris Maunder

GeneralRe: Please explain this. Pin
V.20-Sep-04 21:06
professionalV.20-Sep-04 21:06 
GeneralRe: Please explain this. Pin
RChin21-Sep-04 1:00
RChin21-Sep-04 1:00 
Generaloverriding a control's virtual functions Pin
BlackDice20-Sep-04 4:09
BlackDice20-Sep-04 4:09 
GeneralRe: overriding a control's virtual functions Pin
Maximilien20-Sep-04 4:14
Maximilien20-Sep-04 4:14 
GeneralRESOLVED Pin
BlackDice20-Sep-04 4:55
BlackDice20-Sep-04 4:55 
GeneralMac Address Pin
shiraztk20-Sep-04 4:00
shiraztk20-Sep-04 4:00 
GeneralRe: Mac Address Pin
David Crow20-Sep-04 5:22
David Crow20-Sep-04 5:22 
GeneralRe: Mac Address Pin
Antony M Kancidrowski20-Sep-04 5:45
Antony M Kancidrowski20-Sep-04 5:45 
GeneralRe: Mac Address Pin
shiraztk20-Sep-04 7:31
shiraztk20-Sep-04 7:31 
GeneralRe: Mac Address Pin
cmk20-Sep-04 8:23
cmk20-Sep-04 8:23 
GeneralRe: Mac Address Pin
shiraztk20-Sep-04 17:49
shiraztk20-Sep-04 17:49 
GeneralRe: Mac Address Pin
Alpha Siera20-Sep-04 18:38
Alpha Siera20-Sep-04 18:38 
GeneralRe: Mac Address Pin
Alpha Siera20-Sep-04 18:41
Alpha Siera20-Sep-04 18:41 
GeneralRe: Mac Address Pin
shiraztk20-Sep-04 20:08
shiraztk20-Sep-04 20:08 
GeneralRe: Mac Address Pin
Alpha Siera20-Sep-04 21:46
Alpha Siera20-Sep-04 21:46 
GeneralRe: Mac Address Pin
pk_fox23-Sep-04 3:37
pk_fox23-Sep-04 3:37 
QuestionHow to find all shared folders on the computers which are on LAN Pin
shri_3120-Sep-04 3:31
shri_3120-Sep-04 3: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.