Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioninternal working of "sizeof()" operator Pin
Sachinpatole2-Oct-07 23:47
Sachinpatole2-Oct-07 23:47 
AnswerRe: internal working of "sizeof()" operator Pin
Rajesh R Subramanian2-Oct-07 23:50
professionalRajesh R Subramanian2-Oct-07 23:50 
GeneralRe: internal working of "sizeof()" operator Pin
Sachinpatole3-Oct-07 0:02
Sachinpatole3-Oct-07 0:02 
GeneralRe: internal working of "sizeof()" operator Pin
Nishad S3-Oct-07 1:22
Nishad S3-Oct-07 1:22 
JokeRe: internal working of "sizeof()" operator Pin
Hamid_RT3-Oct-07 2:09
Hamid_RT3-Oct-07 2:09 
AnswerRe: internal working of "sizeof()" operator Pin
DQNOK3-Oct-07 3:29
professionalDQNOK3-Oct-07 3:29 
Questionexception handling Pin
Daniel Kanev2-Oct-07 23:47
Daniel Kanev2-Oct-07 23:47 
AnswerRe: exception handling Pin
Waldermort2-Oct-07 23:51
Waldermort2-Oct-07 23:51 
In order to catch everything, you need to look at the docs for the function which is throwing the exception and then add a catch statement specific for that.

try<br />
{<br />
}<br />
catch(CException *e)<br />
{<br />
}<br />
catch(LPTSTR szErr)<br />
{<br />
}<br />
catch(...)<br />
{<br />
}


Waldermort

GeneralRe: exception handling Pin
Sachinpatole3-Oct-07 0:06
Sachinpatole3-Oct-07 0:06 
QuestionRe: exception handling Pin
David Crow3-Oct-07 2:51
David Crow3-Oct-07 2:51 
AnswerRe: exception handling Pin
Hamid_RT3-Oct-07 2:19
Hamid_RT3-Oct-07 2:19 
QuestionToken privlages Pin
Waldermort2-Oct-07 21:10
Waldermort2-Oct-07 21:10 
GeneralRe: Token privlages Pin
Sachinpatole3-Oct-07 0:31
Sachinpatole3-Oct-07 0:31 
Question[Clarified]what does this convention mean? Pin
chandu0042-Oct-07 21:05
chandu0042-Oct-07 21:05 
AnswerRe: what does this convention mean? Pin
Stephen Hewitt2-Oct-07 21:11
Stephen Hewitt2-Oct-07 21:11 
GeneralRe: what does this convention mean? Pin
chandu0042-Oct-07 21:15
chandu0042-Oct-07 21:15 
GeneralRe: what does this convention mean? Pin
Stephen Hewitt2-Oct-07 21:19
Stephen Hewitt2-Oct-07 21:19 
General[Clarified] Thanks Pin
chandu0042-Oct-07 21:26
chandu0042-Oct-07 21:26 
GeneralRe: [Clarified] Thanks Pin
DQNOK3-Oct-07 3:52
professionalDQNOK3-Oct-07 3:52 
QuestionTooltip popup time Pin
Nishad S2-Oct-07 20:45
Nishad S2-Oct-07 20:45 
AnswerRe: Tooltip popup time Pin
Russell'2-Oct-07 21:50
Russell'2-Oct-07 21:50 
GeneralRe: Tooltip popup time Pin
Nishad S2-Oct-07 22:42
Nishad S2-Oct-07 22:42 
GeneralRe: Tooltip popup time Pin
Russell'2-Oct-07 22:54
Russell'2-Oct-07 22:54 
GeneralRe: Tooltip popup time Pin
Nishad S2-Oct-07 23:40
Nishad S2-Oct-07 23:40 
GeneralRe: Tooltip popup time Pin
Russell'3-Oct-07 1:37
Russell'3-Oct-07 1:37 

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.