Click here to Skip to main content
15,888,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Recursively reading from registry Pin
Jonathan [Darka]10-Oct-03 4:20
professionalJonathan [Darka]10-Oct-03 4:20 
GeneralRe: Recursively reading from registry Pin
Michael Dunn10-Oct-03 4:53
sitebuilderMichael Dunn10-Oct-03 4:53 
QuestionHow to call virtual method at CWnd derived class? Pin
vgrigor10-Oct-03 3:49
vgrigor10-Oct-03 3:49 
QuestionHow to use CXIMAGE for printing??? Pin
radha vijay10-Oct-03 2:46
radha vijay10-Oct-03 2:46 
Generalhowto do a splitter in mfc without using views Pin
HeiniBlad10-Oct-03 2:46
HeiniBlad10-Oct-03 2:46 
GeneralRe: howto do a splitter in mfc without using views Pin
jhwurmbach10-Oct-03 2:52
jhwurmbach10-Oct-03 2:52 
Generalfunction template Pin
[CoY0te]10-Oct-03 2:36
[CoY0te]10-Oct-03 2:36 
Generalfunction template (update) Pin
[CoY0te]10-Oct-03 3:15
[CoY0te]10-Oct-03 3:15 
No HTML tags this time. The code again:

#define NEW(t) (t)*New<t>(__FILE__,__LINE__)

template<class T> T* New(char * File,int Line)
{
T* Pointer=NULL;
Pointer=(T*)new T;
.....
)

Hoping for any help...

<b>[ CoY0te ]</b>
<small>Railgun is like a Gilette Mach 3 - it does the job with one, easy stroke.</small>
GeneralC/C++ goodies here! Pin
TW10-Oct-03 2:21
TW10-Oct-03 2:21 
GeneralRe: C/C++ goodies here! Pin
Anthony_Yio10-Oct-03 23:16
Anthony_Yio10-Oct-03 23:16 
GeneralUnable to change menus in Visual C++ 6 Pin
Oliver Christian Kjær10-Oct-03 1:50
Oliver Christian Kjær10-Oct-03 1:50 
GeneralRe: Unable to change menus in Visual C++ 6 Pin
Steve S10-Oct-03 1:57
Steve S10-Oct-03 1:57 
GeneralRe: Unable to change menus in Visual C++ 6 Pin
Oliver Christian Kjær10-Oct-03 2:29
Oliver Christian Kjær10-Oct-03 2:29 
GeneralRe: Unable to change menus in Visual C++ 6 Pin
Oliver Christian Kjær10-Oct-03 3:28
Oliver Christian Kjær10-Oct-03 3:28 
GeneralRe: Unable to change menus in Visual C++ 6 Pin
Steve S13-Oct-03 5:31
Steve S13-Oct-03 5:31 
GeneralRe: Unable to change menus in Visual C++ 6 Pin
Oliver Christian Kjær14-Oct-03 21:41
Oliver Christian Kjær14-Oct-03 21:41 
Generalfloat precision Pin
OO-P10-Oct-03 1:11
OO-P10-Oct-03 1:11 
GeneralRe: float precision Pin
Anthony_Yio10-Oct-03 1:33
Anthony_Yio10-Oct-03 1:33 
GeneralRichEdit with Treeview - associating and saving Pin
Kayembi10-Oct-03 0:49
Kayembi10-Oct-03 0:49 
GeneralRe: RichEdit with Treeview - associating and saving Pin
Steve S10-Oct-03 1:42
Steve S10-Oct-03 1:42 
GeneralMFC printing: size and orientation Pin
zsnow9-Oct-03 23:40
zsnow9-Oct-03 23:40 
GeneralRe: MFC printing: size and orientation Pin
Steve S10-Oct-03 1:39
Steve S10-Oct-03 1:39 
GeneralRe: MFC printing: size and orientation Pin
zsnow10-Oct-03 2:14
zsnow10-Oct-03 2:14 
GeneralRe: MFC printing: size and orientation Pin
Steve S10-Oct-03 4:48
Steve S10-Oct-03 4:48 
GeneralRe: MFC printing: size and orientation Pin
Steve S10-Oct-03 4:56
Steve S10-Oct-03 4:56 

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.