Click here to Skip to main content
15,922,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string combination Pin
barneyman9-May-11 21:44
barneyman9-May-11 21:44 
GeneralRe: string combination Pin
john56329-May-11 23:29
john56329-May-11 23:29 
GeneralRe: string combination Pin
Niklas L10-May-11 0:18
Niklas L10-May-11 0:18 
AnswerRe: string combination Pin
Niklas L9-May-11 22:25
Niklas L9-May-11 22:25 
AnswerRe: string combination Pin
varunpandeyengg9-May-11 22:52
varunpandeyengg9-May-11 22:52 
GeneralRe: string combination Pin
CPallini9-May-11 23:42
mveCPallini9-May-11 23:42 
GeneralRe: string combination Pin
john56329-May-11 23:51
john56329-May-11 23:51 
GeneralRe: string combination Pin
CPallini9-May-11 23:59
mveCPallini9-May-11 23:59 
GeneralRe: string combination Pin
varunpandeyengg10-May-11 0:18
varunpandeyengg10-May-11 0:18 
GeneralRe: string combination Pin
john563210-May-11 0:22
john563210-May-11 0:22 
GeneralRe: string combination Pin
varunpandeyengg10-May-11 21:03
varunpandeyengg10-May-11 21:03 
GeneralRe: string combination Pin
Chris Losinger10-May-11 3:24
professionalChris Losinger10-May-11 3:24 
QuestionVC++ projects on Japanese OS not compile on English OS Pin
am 20099-May-11 19:18
am 20099-May-11 19:18 
AnswerRe: VC++ projects on Japanese OS not compile on English OS Pin
Rotted Frog9-May-11 21:57
Rotted Frog9-May-11 21:57 
AnswerRe: VC++ projects on Japanese OS not compile on English OS Pin
Richard MacCutchan9-May-11 21:58
mveRichard MacCutchan9-May-11 21:58 
AnswerRe: VC++ projects on Japanese OS not compile on English OS [modified] Pin
pandit849-May-11 22:49
pandit849-May-11 22:49 
GeneralRe: VC++ projects on Japanese OS not compile on English OS Pin
ShilpiP9-May-11 22:54
ShilpiP9-May-11 22:54 
AnswerRe: VC++ projects on Japanese OS not compile on English OS Pin
Michael Dunn10-May-11 12:02
sitebuilderMichael Dunn10-May-11 12:02 
QuestionCSocket: in which cases that server receives OnClose() event? Pin
includeh109-May-11 9:38
includeh109-May-11 9:38 
AnswerRe: CSocket: in which cases that server receives OnClose() event? Pin
varunpandeyengg9-May-11 22:43
varunpandeyengg9-May-11 22:43 
Questionany way to detect, catch or provent crash from an invalid pointer? Pin
includeh109-May-11 7:02
includeh109-May-11 7:02 
AnswerRe: any way to detect, catch or provent crash from an invalid pointer? Pin
David Crow9-May-11 7:38
David Crow9-May-11 7:38 
GeneralRe: any way to detect, catch or provent crash from an invalid pointer? Pin
includeh109-May-11 9:45
includeh109-May-11 9:45 
GeneralRe: any way to detect, catch or provent crash from an invalid pointer? Pin
Chris Losinger9-May-11 12:13
professionalChris Losinger9-May-11 12:13 
AnswerRe: any way to detect, catch or provent crash from an invalid pointer? Pin
Richard MacCutchan9-May-11 7:53
mveRichard MacCutchan9-May-11 7:53 
In case 1 you injected a memory address fault which is not, as far as I am aware, a catchable exception.
In case 2 you have created an object pointer of your class, which allows you to call any methods of the class. You will only get a failure if you attempt to access any instance variables of the object. However, again this would be a memory address fault, which is not catchable.
The best things in life are not things.

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.