Click here to Skip to main content
15,884,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDifferentation Pin
dvo_19884-Jan-06 0:44
dvo_19884-Jan-06 0:44 
AnswerRe: Differentation Pin
Zdeslav Vojkovic4-Jan-06 1:18
Zdeslav Vojkovic4-Jan-06 1:18 
QuestionVB Active X on a VC++ dialog Pin
GayathriNaveen4-Jan-06 0:25
GayathriNaveen4-Jan-06 0:25 
Questionhow to copy values only from one com object (Interface) Pin
gpshadrach4-Jan-06 0:11
gpshadrach4-Jan-06 0:11 
AnswerRe: how to copy values only from one com object (Interface) Pin
Prakash Nadar4-Jan-06 0:34
Prakash Nadar4-Jan-06 0:34 
QuestionC++ Exceptions Pin
Chintoo7234-Jan-06 0:06
Chintoo7234-Jan-06 0:06 
AnswerRe: C++ Exceptions Pin
Zdeslav Vojkovic4-Jan-06 0:41
Zdeslav Vojkovic4-Jan-06 0:41 
GeneralRe: C++ Exceptions Pin
Chintoo7234-Jan-06 1:17
Chintoo7234-Jan-06 1:17 
Zdeslav Vojkovic wrote:
yes, like this: catch (MyException& e)
& operator is not necessary, but it is a good programming practice regarding performance



The example[^] here uses a pointer to the exception object, whereas you are using a reference. What is correct? or does it depend on what is being "thrown", but you dont always have cotnrol over what is thrown, right? When it is a pointer, is it considered as an integral datatype exception?


Zdeslav Vojkovic wrote:
in c++ you can also catch integral types, like: catch (long x)


Does this work like this:
try {<br />
  throw 5;<br />
}catch(long x) {<br />
 printf("%d", x);<br />
}<br />

Does this print 5?



Zdeslav Vojkovic wrote:
as far as i know, there is no portable way to do it.


Can you tell me how you would obtain the exception info when using Microsoft Visual C++?




Zdeslav Vojkovic wrote:
5. these are not specifically for java developers but it is not that hard.


Sure, I will go throught them.



thanks!
GeneralRe: C++ Exceptions Pin
Zdeslav Vojkovic4-Jan-06 2:02
Zdeslav Vojkovic4-Jan-06 2:02 
GeneralRe: C++ Exceptions Pin
Chintoo7234-Jan-06 2:37
Chintoo7234-Jan-06 2:37 
GeneralRe: C++ Exceptions Pin
Zdeslav Vojkovic4-Jan-06 3:38
Zdeslav Vojkovic4-Jan-06 3:38 
GeneralRe: C++ Exceptions Pin
Chintoo7234-Jan-06 3:45
Chintoo7234-Jan-06 3:45 
GeneralRe: C++ Exceptions Pin
Zdeslav Vojkovic4-Jan-06 3:54
Zdeslav Vojkovic4-Jan-06 3:54 
GeneralRe: C++ Exceptions Pin
markkuk4-Jan-06 12:49
markkuk4-Jan-06 12:49 
GeneralRe: C++ Exceptions Pin
Jared Parsons4-Jan-06 5:38
Jared Parsons4-Jan-06 5:38 
AnswerRe: C++ Exceptions Pin
<color>Aljechin 4-Jan-06 0:45
<color>Aljechin 4-Jan-06 0:45 
GeneralRe: C++ Exceptions Pin
Zdeslav Vojkovic4-Jan-06 0:58
Zdeslav Vojkovic4-Jan-06 0:58 
Questionconnecting to server... Pin
Yuwraj4-Jan-06 0:00
Yuwraj4-Jan-06 0:00 
AnswerRe: connecting to server... Pin
sunit54-Jan-06 0:49
sunit54-Jan-06 0:49 
AnswerRe: connecting to server... Pin
Zdeslav Vojkovic4-Jan-06 0:49
Zdeslav Vojkovic4-Jan-06 0:49 
AnswerRe: connecting to server... Pin
ThatsAlok4-Jan-06 1:33
ThatsAlok4-Jan-06 1:33 
QuestionRe: connecting to server... Pin
David Crow4-Jan-06 4:33
David Crow4-Jan-06 4:33 
Questionhow can i check whether notepad.exe is running in taskmanager or not Pin
trinadh_t3-Jan-06 23:43
trinadh_t3-Jan-06 23:43 
AnswerRe: how can i check whether notepad.exe is running in taskmanager or not Pin
Owner drawn3-Jan-06 23:51
Owner drawn3-Jan-06 23:51 
GeneralRe: how can i check whether notepad.exe is running in taskmanager or not Pin
trinadh_t4-Jan-06 0:06
trinadh_t4-Jan-06 0:06 

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.