Click here to Skip to main content
15,905,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalhelp socket Pin
yuke8-Sep-02 23:00
yuke8-Sep-02 23:00 
GeneralRe: help socket Pin
yuke9-Sep-02 0:22
yuke9-Sep-02 0:22 
Questionhow to close the 1st mediaplayer object when opening a second ? Pin
DengJW8-Sep-02 22:38
DengJW8-Sep-02 22:38 
AnswerRe: how to close the 1st mediaplayer object when opening a second ? Pin
Rickard Andersson208-Sep-02 23:09
Rickard Andersson208-Sep-02 23:09 
GeneralRe: how to close the 1st mediaplayer object when opening a second ? Pin
DengJW8-Sep-02 23:29
DengJW8-Sep-02 23:29 
QuestionHow to map pixels to dialog unit Pin
Anonymous8-Sep-02 21:39
Anonymous8-Sep-02 21:39 
AnswerRe: How to map pixels to dialog unit Pin
adamUK8-Sep-02 22:01
adamUK8-Sep-02 22:01 
GeneralExceptions WTF Pin
Rickard Andersson208-Sep-02 21:32
Rickard Andersson208-Sep-02 21:32 
I do this in my constructor:

class CMyClass
public:
     CMyClass() throw CMyException()
     {
         ...
         throw CMyException(234);
     }
...


the compiler says "Cannot convert from int to CMyException"

daah!?!?!??!!?!?

How do I implement exceptions in my class!?!?!?!

Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

GeneralRe: Exceptions WTF Pin
Joaquín M López Muñoz8-Sep-02 22:37
Joaquín M López Muñoz8-Sep-02 22:37 
GeneralRe: Exceptions WTF Pin
Rickard Andersson208-Sep-02 23:05
Rickard Andersson208-Sep-02 23:05 
GeneralRe: Exceptions WTF Pin
Joaquín M López Muñoz8-Sep-02 23:30
Joaquín M López Muñoz8-Sep-02 23:30 
GeneralRe: Exceptions WTF Pin
Rickard Andersson209-Sep-02 0:39
Rickard Andersson209-Sep-02 0:39 
GeneralRe: Exceptions WTF Pin
Joaquín M López Muñoz9-Sep-02 1:23
Joaquín M López Muñoz9-Sep-02 1:23 
GeneralCRichEditCtrl::LineScroll() Problem! Pin
jabbaj8-Sep-02 20:53
jabbaj8-Sep-02 20:53 
GeneralDoDataExchange problem Pin
Anonymous8-Sep-02 20:36
Anonymous8-Sep-02 20:36 
GeneralRe: DoDataExchange problem Pin
Tomasz Sowinski8-Sep-02 23:37
Tomasz Sowinski8-Sep-02 23:37 
QuestionHow to change the caption? Pin
Daniel Strigl8-Sep-02 20:26
Daniel Strigl8-Sep-02 20:26 
AnswerRe: How to change the caption? Pin
Pavel Klocek8-Sep-02 21:20
Pavel Klocek8-Sep-02 21:20 
GeneralChanging the font used to draw tabs in CPropertyPage Pin
fferland8-Sep-02 16:59
fferland8-Sep-02 16:59 
GeneralRe: Changing the font used to draw tabs in CPropertyPage Pin
.dan.g.8-Sep-02 17:22
professional.dan.g.8-Sep-02 17:22 
Generalwindows ce programming Pin
bryce8-Sep-02 15:56
bryce8-Sep-02 15:56 
GeneralCButtonST question !!! Pin
Hadi Rezaee8-Sep-02 13:39
Hadi Rezaee8-Sep-02 13:39 
GeneralRe: CButtonST question !!! Pin
Christian Graus8-Sep-02 14:09
protectorChristian Graus8-Sep-02 14:09 
QuestionIs there a way around this? Pin
WREY8-Sep-02 13:35
WREY8-Sep-02 13:35 
AnswerRe: Is there a way around this? Pin
Paul M Watt8-Sep-02 18:49
mentorPaul M Watt8-Sep-02 18: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.