Click here to Skip to main content
15,921,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
Rajesh R Subramanian8-Jan-08 22:15
professionalRajesh R Subramanian8-Jan-08 22:15 
GeneralRe: LsaLogonUser() + MSV1_0_LM20_LOGON Pin
choupani8-Jan-08 22:31
choupani8-Jan-08 22:31 
GeneralWorking with dynamically created dialog Pin
narayanagvs8-Jan-08 1:56
narayanagvs8-Jan-08 1:56 
GeneralRe: Working with dynamically created dialog Pin
CPallini8-Jan-08 2:16
mveCPallini8-Jan-08 2:16 
QuestionRe: Working with dynamically created dialog Pin
David Crow8-Jan-08 3:13
David Crow8-Jan-08 3:13 
GeneralRe: Working with dynamically created dialog Pin
Hamid_RT8-Jan-08 18:14
Hamid_RT8-Jan-08 18:14 
Generalunexpected exception handler Pin
George_George8-Jan-08 1:46
George_George8-Jan-08 1:46 
GeneralRe: unexpected exception handler Pin
Matthew Faithfull8-Jan-08 7:27
Matthew Faithfull8-Jan-08 7:27 
Yes, and they're really the same as the unexpected handler is just like an ultimate catch block for when all others have failed to catch. If you want to understand how this works in the real world, as opposed to how Bjarne says it should work, then take a look at the source code for the C Runtime that ships with Visual Studio. C++ exception handling in the MS world relies on both the runtime and special code injected into your functions by the Compiler. There's also a good article on here somewhere called something like How C++ Exception Handling Really Works. Enjoy Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: unexpected exception handler Pin
George_George8-Jan-08 16:29
George_George8-Jan-08 16:29 
GeneralRe: unexpected exception handler Pin
Matthew Faithfull8-Jan-08 21:50
Matthew Faithfull8-Jan-08 21:50 
GeneralRe: unexpected exception handler Pin
George_George9-Jan-08 2:29
George_George9-Jan-08 2:29 
Generalusing swap to make assignment operator exception safe Pin
George_George8-Jan-08 1:14
George_George8-Jan-08 1:14 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:03
mveCPallini8-Jan-08 2:03 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 2:24
George_George8-Jan-08 2:24 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:33
mveCPallini8-Jan-08 2:33 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 2:34
George_George8-Jan-08 2:34 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 3:14
mveCPallini8-Jan-08 3:14 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 3:18
George_George8-Jan-08 3:18 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 3:30
mveCPallini8-Jan-08 3:30 
GeneralRe: using swap to make assignment operator exception safe Pin
George_George8-Jan-08 3:33
George_George8-Jan-08 3:33 
GeneralYou're welcome Pin
CPallini8-Jan-08 3:36
mveCPallini8-Jan-08 3:36 
GeneralRe: using swap to make assignment operator exception safe Pin
toxcct8-Jan-08 2:03
toxcct8-Jan-08 2:03 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:12
mveCPallini8-Jan-08 2:12 
GeneralRe: using swap to make assignment operator exception safe Pin
toxcct8-Jan-08 2:17
toxcct8-Jan-08 2:17 
GeneralRe: using swap to make assignment operator exception safe Pin
CPallini8-Jan-08 2:29
mveCPallini8-Jan-08 2:29 

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.