Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDebugging C macros using Visual Studio Pin
ForNow14-Jan-10 6:51
ForNow14-Jan-10 6:51 
GeneralRe: Debugging C macros using Visual Studio Pin
Rajesh R Subramanian14-Jan-10 6:55
professionalRajesh R Subramanian14-Jan-10 6:55 
GeneralRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 7:08
ForNow14-Jan-10 7:08 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:07
Nemanja Trifunovic14-Jan-10 7:07 
GeneralRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 7:22
ForNow14-Jan-10 7:22 
GeneralRe: Debugging C macros using Visual Studio Pin
Nemanja Trifunovic14-Jan-10 7:30
Nemanja Trifunovic14-Jan-10 7:30 
QuestionRe: Debugging C macros using Visual Studio Pin
CPallini14-Jan-10 9:39
mveCPallini14-Jan-10 9:39 
AnswerRe: Debugging C macros using Visual Studio Pin
ForNow14-Jan-10 16:10
ForNow14-Jan-10 16:10 
QuestionCalling a VC++ 6.0 DLL from a VB program Pin
Lazzari Patrizio14-Jan-10 3:29
Lazzari Patrizio14-Jan-10 3:29 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program [modified] Pin
Chris Losinger14-Jan-10 3:41
professionalChris Losinger14-Jan-10 3:41 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program Pin
Rajesh R Subramanian14-Jan-10 3:57
professionalRajesh R Subramanian14-Jan-10 3:57 
GeneralRe: Calling a VC++ 6.0 DLL from a VB program Pin
Lazzari Patrizio14-Jan-10 4:46
Lazzari Patrizio14-Jan-10 4:46 
AnswerRe: Calling a VC++ 6.0 DLL from a VB program Pin
Rajesh R Subramanian14-Jan-10 5:16
professionalRajesh R Subramanian14-Jan-10 5:16 
Question3D Image Pin
ashwath197914-Jan-10 1:18
ashwath197914-Jan-10 1:18 
AnswerCross Post ! Pin
Garth J Lancaster14-Jan-10 1:33
professionalGarth J Lancaster14-Jan-10 1:33 
Questionerror: hres 0x80010106 Cannot change thread mode after it is set. Pin
Le@rner13-Jan-10 23:28
Le@rner13-Jan-10 23:28 
AnswerRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
Richard MacCutchan14-Jan-10 0:45
mveRichard MacCutchan14-Jan-10 0:45 
GeneralRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
CPallini14-Jan-10 1:58
mveCPallini14-Jan-10 1:58 
GeneralRe: error: hres 0x80010106 Cannot change thread mode after it is set. Pin
Richard MacCutchan14-Jan-10 4:43
mveRichard MacCutchan14-Jan-10 4:43 
QuestionCDockablePane AutHide issue Pin
Harsh Shankar13-Jan-10 22:58
Harsh Shankar13-Jan-10 22:58 
QuestionC++ - Virtual Destructor Pin
davarun13-Jan-10 21:49
davarun13-Jan-10 21:49 
AnswerRe: C++ - Virtual Destructor Pin
CPallini13-Jan-10 22:31
mveCPallini13-Jan-10 22:31 
AnswerRe: C++ - Virtual Destructor Pin
Graham Breach13-Jan-10 22:37
Graham Breach13-Jan-10 22:37 
AnswerRe: C++ - Virtual Destructor Pin
Stuart Dootson13-Jan-10 23:27
professionalStuart Dootson13-Jan-10 23:27 
You *need* a virtual destructor when you could possibly be destructing an object of type B through a pointer or reference of type A.

But virtual destructors can *always* be used in place of non-virtual destructors, whether objects are allocated on heap or stack.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

MVP for 2010 - who'd'a thunk it!

GeneralRe: C++ - Virtual Destructor Pin
davarun15-Jan-10 2:36
davarun15-Jan-10 2:36 

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.