Click here to Skip to main content
15,913,133 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldatabase Pin
Dennis L4-Dec-03 23:36
Dennis L4-Dec-03 23:36 
GeneralRe: database Pin
Steve S5-Dec-03 0:49
Steve S5-Dec-03 0:49 
GeneralRe: database database Pin
Dennis L5-Dec-03 4:29
Dennis L5-Dec-03 4:29 
GeneralRe: database database Pin
Steve S5-Dec-03 5:50
Steve S5-Dec-03 5:50 
GeneralDisplaying Images Pin
ineedhelp4-Dec-03 22:54
ineedhelp4-Dec-03 22:54 
GeneralRe: Displaying Images Pin
Monty25-Dec-03 1:45
Monty25-Dec-03 1:45 
GeneralRe: Displaying Images Pin
Big Art5-Dec-03 5:38
Big Art5-Dec-03 5:38 
Generalvoid-casting unused return values Pin
Johann Gerell4-Dec-03 22:42
Johann Gerell4-Dec-03 22:42 
I've noticed a (bad?) habit from some colleagues of mine to void-cast unused return values, as in
(void)::SystemTimeToFileTime(&st, &ft)
I've personally never ever done that in C/C++, but something like it when scripting bash back in my dark Linux days (don't ask...)

Why on earth are they doing it and is it even necessary? I hope someone will say it's not recommended and provide a good link to Bjarne etc...

--
Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so. (Douglas Adams)

GeneralRe: void-casting unused return values Pin
фил4-Dec-03 23:10
фил4-Dec-03 23:10 
GeneralRe: void-casting unused return values Pin
Mike Dimmick4-Dec-03 23:44
Mike Dimmick4-Dec-03 23:44 
GeneralRe: void-casting unused return values Pin
cmk5-Dec-03 11:40
cmk5-Dec-03 11:40 
GeneralRe: void-casting unused return values Pin
Joe Woodbury5-Dec-03 20:54
professionalJoe Woodbury5-Dec-03 20:54 
Questionstandalone CHeaderCtrl: how to make text non-bold? Pin
ckorda4-Dec-03 22:41
ckorda4-Dec-03 22:41 
AnswerRe: standalone CHeaderCtrl: how to make text non-bold? Pin
Jack_Cai5-Dec-03 2:48
Jack_Cai5-Dec-03 2:48 
GeneralRe: standalone CHeaderCtrl: how to make text non-bold? Pin
ckorda5-Dec-03 4:45
ckorda5-Dec-03 4:45 
Answerthis is how to make a CHeaderCtrl non-bold (1 line) Pin
ckorda5-Dec-03 9:41
ckorda5-Dec-03 9:41 
GeneralLoading all the Icons name from the local or remote directory into a combo box Pin
Ravindran4-Dec-03 22:29
Ravindran4-Dec-03 22:29 
GeneralRe: Loading all the Icons name from the local or remote directory into a combo box Pin
фил5-Dec-03 3:44
фил5-Dec-03 3:44 
GeneralDisplay bmp file in windows Pin
suneetchandok4-Dec-03 22:08
susssuneetchandok4-Dec-03 22:08 
GeneralRe: Display bmp file in windows Pin
Monty25-Dec-03 1:49
Monty25-Dec-03 1:49 
GeneralObject-oriented design in a pure Win32 application Pin
Rickard Andersson204-Dec-03 21:57
Rickard Andersson204-Dec-03 21:57 
GeneralRe: Object-oriented design in a pure Win32 application Pin
Johann Gerell4-Dec-03 22:17
Johann Gerell4-Dec-03 22:17 
GeneralRe: Object-oriented design in a pure Win32 application Pin
Michael P Butler5-Dec-03 2:37
Michael P Butler5-Dec-03 2:37 
QuestionMFC-Dialog based: Is ther something like "OnShow" ?? Pin
bjolletts4-Dec-03 21:57
bjolletts4-Dec-03 21:57 
AnswerRe: MFC-Dialog based: Is ther something like "OnShow" ?? Pin
forjer5-Dec-03 2:49
forjer5-Dec-03 2:49 

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.