Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: removing duplicates via the <b>stl</b> Pin
RChin3-Sep-03 2:51
RChin3-Sep-03 2:51 
GeneralRe: removing duplicates via the <b>stl</b> Pin
dog_spawn3-Sep-03 8:10
dog_spawn3-Sep-03 8:10 
GeneralRe: removing duplicates via the <b>stl</b> Pin
ZoogieZork3-Sep-03 12:42
ZoogieZork3-Sep-03 12:42 
GeneralRe: removing duplicates via the <b>stl</b> Pin
RChin3-Sep-03 22:33
RChin3-Sep-03 22:33 
Generalwriting an ostream& operator<<( - function Pin
petter_e3-Sep-03 1:24
petter_e3-Sep-03 1:24 
General.pdf to .txt conversion Pin
Chintan3-Sep-03 0:35
Chintan3-Sep-03 0:35 
GeneralRe: .pdf to .txt conversion Pin
David Crow3-Sep-03 2:47
David Crow3-Sep-03 2:47 
GeneralC++ related issue Pin
Jamal Jamshed3-Sep-03 0:29
sussJamal Jamshed3-Sep-03 0:29 
Friends,

Suppose we pass an object of a certain class as a reference to two other classes. It means that the two classes have a "same" copy of an object. This is a type of "composition"

Now insted of "composition", i want to get the same effect using "inheritance" OR i want my derived classes to inherit from "same" base class. Same base class means that the same base subobject. If one class make any change in the data of its parent, then the change should get reflected in the second class as its parent is same as that of first class.

How is it possible ???
GeneralRe: C++ related issue Pin
dog_spawn3-Sep-03 1:56
dog_spawn3-Sep-03 1:56 
GeneralRe: C++ related issue Pin
Jamal Jamshed3-Sep-03 2:23
sussJamal Jamshed3-Sep-03 2:23 
GeneralRe: C++ related issue Pin
David Crow3-Sep-03 2:49
David Crow3-Sep-03 2:49 
GeneralRe: C++ related issue Pin
Scott H. Settlemier3-Sep-03 10:22
Scott H. Settlemier3-Sep-03 10:22 
GeneralRe: C++ related issue Pin
John R. Shaw3-Sep-03 6:47
John R. Shaw3-Sep-03 6:47 
General_crtBreakAlloc Pin
Bernhard2-Sep-03 23:22
Bernhard2-Sep-03 23:22 
Questioninsert for each Combo Box index a variable edit control? Pin
Member 3971372-Sep-03 22:12
Member 3971372-Sep-03 22:12 
Generalthe problem of SEH Pin
crazyzhou2-Sep-03 21:18
crazyzhou2-Sep-03 21:18 
GeneralRe: the problem of SEH Pin
Brad Sokol3-Sep-03 3:04
Brad Sokol3-Sep-03 3:04 
GeneralRe: the problem of SEH Pin
crazyzhou3-Sep-03 19:14
crazyzhou3-Sep-03 19:14 
GeneralRe: the problem of SEH Pin
Brad Sokol4-Sep-03 2:47
Brad Sokol4-Sep-03 2:47 
Generalwhen i install ms SDK.... Pin
Anonymous2-Sep-03 21:02
Anonymous2-Sep-03 21:02 
GeneralRe: when i install ms SDK.... Pin
John R. Shaw3-Sep-03 6:21
John R. Shaw3-Sep-03 6:21 
GeneralGet the size of RTF text on a print DC Pin
CodeBrain2-Sep-03 20:41
CodeBrain2-Sep-03 20:41 
GeneralRe: Get the size of RTF text on a print DC Pin
eco2-Sep-03 21:09
eco2-Sep-03 21:09 
GeneralRe: Get the size of RTF text on a print DC Pin
eco2-Sep-03 21:12
eco2-Sep-03 21:12 
GeneralRe: Get the size of RTF text on a print DC Pin
CodeBrain3-Sep-03 3:21
CodeBrain3-Sep-03 3:21 

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.