Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan anyone help me draw to a picture control? Pin
Rick Gungadoo10-Oct-00 1:15
sussRick Gungadoo10-Oct-00 1:15 
Questionhow to change the font for a label Pin
Mac9-Oct-00 22:10
Mac9-Oct-00 22:10 
AnswerRe: how to change the font for a label Pin
frydaysoft.de10-Oct-00 7:25
sussfrydaysoft.de10-Oct-00 7:25 
QuestionStrings from a text file or database? Pin
Fredrik9-Oct-00 21:40
Fredrik9-Oct-00 21:40 
GeneralTitleBar Text Pin
Frank Deo9-Oct-00 11:14
Frank Deo9-Oct-00 11:14 
GeneralMS Access 2000 and VC6 Pin
Gozer9-Oct-00 9:48
Gozer9-Oct-00 9:48 
GeneralWin32API/GDI/Fonts Pin
Kirill Sherman9-Oct-00 9:29
sussKirill Sherman9-Oct-00 9:29 
GeneralCopy constructor in Exception Class Pin
Robin8-Oct-00 16:41
Robin8-Oct-00 16:41 
I have a exception class which I would want to be catch by ref only, so I declare the copy constructor private.

However, VC++ 6 refuses to compile, giving me an error an error that the exception object cannot be thrown because of an inaccessible copy constructor.

But upon checking, the copy constructor is only called when the exception object is caught by value

eg
catch(MyExceptionClass e) // only this needs the copy constructor
{}

catch(MyExceptionClass &e) // this doesn't need the copy constructor
{}

So has anyone been able to ensure the exception object is to be catch by ref only, not value??
GeneralRe: Copy constructor in Exception Class Pin
Tim Deveaux9-Oct-00 5:08
Tim Deveaux9-Oct-00 5:08 
GeneralSingle Document naming Pin
kin8-Oct-00 13:28
kin8-Oct-00 13:28 
GeneralRe: Single Document naming Pin
Tim Deveaux8-Oct-00 14:48
Tim Deveaux8-Oct-00 14:48 
GeneralRe: Single Document naming Pin
Sam Hobbs9-Oct-00 20:27
Sam Hobbs9-Oct-00 20:27 
GeneralEnabling/graying normal menu items? (Win 2000) Pin
Martin Vrbovsky8-Oct-00 12:09
sussMartin Vrbovsky8-Oct-00 12:09 
GeneralRe: Enabling/graying normal menu items? (Win 2000) Pin
Michael Dunn9-Oct-00 9:58
sitebuilderMichael Dunn9-Oct-00 9:58 
General*** Displaying TABLES from Access in a MFC application *** Pin
Steve Lai8-Oct-00 8:53
Steve Lai8-Oct-00 8:53 
General*** Saving TABLES from Access with MFC application *** Pin
Steve Lai8-Oct-00 8:52
Steve Lai8-Oct-00 8:52 
Generaldocking Pin
mike99998-Oct-00 6:53
mike99998-Oct-00 6:53 
Generalhwnd of other windows Pin
valec8-Oct-00 5:47
valec8-Oct-00 5:47 
GeneralRe: hwnd of other windows Pin
Tim Deveaux8-Oct-00 7:17
Tim Deveaux8-Oct-00 7:17 
GeneralRe: hwnd of other windows Pin
Michael Dunn8-Oct-00 7:55
sitebuilderMichael Dunn8-Oct-00 7:55 
GeneralRe: hwnd of other windows Pin
valec8-Oct-00 10:07
valec8-Oct-00 10:07 
GeneralFundamentals Pin
loh7-Oct-00 9:44
loh7-Oct-00 9:44 
GeneralRe: Fundamentals Pin
Dave8-Oct-00 5:57
Dave8-Oct-00 5:57 
GeneralConverting int to double Pin
Doctor Boogie7-Oct-00 7:15
Doctor Boogie7-Oct-00 7:15 
GeneralRe: Converting int to double Pin
valec8-Oct-00 5:43
valec8-Oct-00 5:43 

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.