Click here to Skip to main content
15,893,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: inheritence of structure Pin
tasumisra22-Jun-07 0:11
tasumisra22-Jun-07 0:11 
GeneralRe: inheritence of structure Pin
C Mahesh22-Jun-07 0:13
C Mahesh22-Jun-07 0:13 
GeneralRe: inheritence of structure Pin
tasumisra22-Jun-07 0:16
tasumisra22-Jun-07 0:16 
GeneralRe: inheritence of structure Pin
C Mahesh22-Jun-07 0:22
C Mahesh22-Jun-07 0:22 
GeneralRe: inheritence of structure Pin
tasumisra22-Jun-07 0:26
tasumisra22-Jun-07 0:26 
GeneralRe: inheritence of structure Pin
G Haranadh4-Jul-07 0:06
G Haranadh4-Jul-07 0:06 
GeneralRe: inheritence of structure Pin
Nemanja Trifunovic22-Jun-07 1:32
Nemanja Trifunovic22-Jun-07 1:32 
AnswerRe: inheritence of structure Pin
C Mahesh22-Jun-07 0:08
C Mahesh22-Jun-07 0:08 
If you have worked with classes then replace class with struct.

Ex:
struct a{ } ;
struct b : public a{ };
GeneralRe: inheritence of structure Pin
C Mahesh22-Jun-07 0:11
C Mahesh22-Jun-07 0:11 
QuestionQuery OF MFC Multimedia... Pin
patelviral21-Jun-07 23:37
patelviral21-Jun-07 23:37 
AnswerRe: Query OF MFC Multimedia... Pin
Hamid_RT22-Jun-07 2:25
Hamid_RT22-Jun-07 2:25 
Questionmozilla probem Pin
hkchauhan21-Jun-07 22:39
hkchauhan21-Jun-07 22:39 
QuestionRe: mozilla probem Pin
Hamid_RT22-Jun-07 2:07
Hamid_RT22-Jun-07 2:07 
QuestionCopy, Cut and Paste Pin
CDRAIN21-Jun-07 22:38
CDRAIN21-Jun-07 22:38 
AnswerRe: Copy, Cut and Paste Pin
Hamid_RT22-Jun-07 2:28
Hamid_RT22-Jun-07 2:28 
AnswerRe: Copy, Cut and Paste Pin
rrrado22-Jun-07 2:28
rrrado22-Jun-07 2:28 
AnswerRe: Copy, Cut and Paste Pin
David Crow22-Jun-07 2:40
David Crow22-Jun-07 2:40 
AnswerRe: Copy, Cut and Paste Pin
RickyC9-Jul-07 6:41
RickyC9-Jul-07 6:41 
QuestionVideo Player? Pin
granshah @ eVisionISF21-Jun-07 22:24
granshah @ eVisionISF21-Jun-07 22:24 
AnswerRe: Video Player? Pin
Trollslayer21-Jun-07 23:05
mentorTrollslayer21-Jun-07 23:05 
AnswerRe: Video Player? [modified] Pin
Rajkumar R21-Jun-07 23:29
Rajkumar R21-Jun-07 23:29 
AnswerRe: Video Player? Pin
Hamid_RT22-Jun-07 2:16
Hamid_RT22-Jun-07 2:16 
QuestionUninstall menu for application by Windows Installer Pin
rp_suman21-Jun-07 22:17
rp_suman21-Jun-07 22:17 
AnswerRe: Uninstall menu for application by Windows Installer Pin
kvrnkiran22-Jun-07 0:27
kvrnkiran22-Jun-07 0:27 
QuestionInsert text to opened word-document Pin
baerten21-Jun-07 21:26
baerten21-Jun-07 21:26 

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.