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

C / C++ / MFC

 
QuestionDetection of USB device Pin
Vjys22-Feb-07 2:18
Vjys22-Feb-07 2:18 
QuestionExact Difference between an Abstract Class and Interface in COM. Pin
uday kiran janaswamy22-Feb-07 1:11
uday kiran janaswamy22-Feb-07 1:11 
AnswerRe: Exact Difference between an Abstract Class and Interface in COM. Pin
Cedric Moonen22-Feb-07 1:21
Cedric Moonen22-Feb-07 1:21 
GeneralRe: Exact Difference between an Abstract Class and Interface in COM. Pin
uday kiran janaswamy22-Feb-07 1:34
uday kiran janaswamy22-Feb-07 1:34 
AnswerRe: Exact Difference between an Abstract Class and Interface in COM. Pin
prasad_som22-Feb-07 1:35
prasad_som22-Feb-07 1:35 
GeneralRe: Exact Difference between an Abstract Class and Interface in COM. Pin
Cedric Moonen22-Feb-07 1:49
Cedric Moonen22-Feb-07 1:49 
AnswerRe: Exact Difference between an Abstract Class and Interface in COM. Pin
prasad_som22-Feb-07 1:54
prasad_som22-Feb-07 1:54 
AnswerRe: Exact Difference between an Abstract Class and Interface in COM [modified]. Pin
CPallini22-Feb-07 1:59
mveCPallini22-Feb-07 1:59 
uday kiran janaswamy wrote:
What is the Difference between an Abstract Class and an Interface in COM.


a COM interface has more constraints (or features) than an C++ abstract class, i.e. a COM interface is an abstract class:

(1) having only methods.
(2) having a unique global identifier.
(3) exposing, at least, the methods of the IUnknown interface (QueryInterface, AddRef, Release).

hope that helps




If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionVc++ pore toolkit Pin
Satheeshkumar_Balakrishnan21-Feb-07 23:51
Satheeshkumar_Balakrishnan21-Feb-07 23:51 
AnswerRe: Vc++ pore toolkit Pin
Cedric Moonen21-Feb-07 23:55
Cedric Moonen21-Feb-07 23:55 
GeneralRe: Vc++ pore toolkit Pin
Reagan Conservative22-Feb-07 3:16
Reagan Conservative22-Feb-07 3:16 
GeneralRe: Vc++ pore toolkit Pin
Cedric Moonen22-Feb-07 3:30
Cedric Moonen22-Feb-07 3:30 
AnswerRe: Vc++ pore toolkit Pin
Hamid_RT22-Feb-07 0:47
Hamid_RT22-Feb-07 0:47 
QuestionDrag and Drop Pin
Try21-Feb-07 22:19
Try21-Feb-07 22:19 
AnswerRe: Drag and Drop Pin
prasad_som22-Feb-07 3:00
prasad_som22-Feb-07 3:00 
AnswerRe: Drag and Drop Pin
Arman S.22-Feb-07 4:51
Arman S.22-Feb-07 4:51 
QuestionRe: Drag and Drop Pin
Mark Salsbery22-Feb-07 5:47
Mark Salsbery22-Feb-07 5:47 
AnswerRe: Drag and Drop Pin
Try22-Feb-07 16:55
Try22-Feb-07 16:55 
QuestionProblem drawing inside a dialog box [modified] Pin
jones16621-Feb-07 22:08
jones16621-Feb-07 22:08 
QuestionRe: Problem drawing inside a dialog box Pin
prasad_som22-Feb-07 1:29
prasad_som22-Feb-07 1:29 
AnswerRe: Problem drawing inside a dialog box Pin
jones16622-Feb-07 1:53
jones16622-Feb-07 1:53 
GeneralRe: Problem drawing inside a dialog box Pin
prasad_som22-Feb-07 2:47
prasad_som22-Feb-07 2:47 
QuestionWho to make a package ? Pin
Suresh H21-Feb-07 21:57
Suresh H21-Feb-07 21:57 
AnswerRe: Who to make a package ? Pin
prasad_som21-Feb-07 22:07
prasad_som21-Feb-07 22:07 
GeneralRe: Who to make a package ? Pin
Suresh H21-Feb-07 22:15
Suresh H21-Feb-07 22:15 

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.