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

C / C++ / MFC

 
GeneralRe: CListCtrl and CImageList question Pin
DaFrawg23-May-04 22:43
DaFrawg23-May-04 22:43 
Questionwhich Project type to use? Pin
frumm13-May-04 21:48
frumm13-May-04 21:48 
AnswerRe: which Project type to use? Pin
Maxwell Chen13-May-04 21:54
Maxwell Chen13-May-04 21:54 
AnswerRe: which Project type to use? Pin
Cedric Moonen13-May-04 23:01
Cedric Moonen13-May-04 23:01 
AnswerRe: which Project type to use? Pin
hasansheik14-May-04 0:18
hasansheik14-May-04 0:18 
GeneralRe: which Project type to use? Pin
frumm14-May-04 6:29
frumm14-May-04 6:29 
GeneralDVD Class Pin
foxele13-May-04 21:23
foxele13-May-04 21:23 
GeneralRe: DVD Class Pin
David Crow14-May-04 4:29
David Crow14-May-04 4:29 
foxele wrote:
Should I create a class named Chapters and use an array of Chapters in DVD class?

This sounds reasonable.

foxele wrote:
DVD* dvd = new DVD("show me the meaning of being lonly";

but all I can do is store one line into the class, how can I store the whole lyric into the class?


How about:

DVD dvd;
CHAPTER *chapter;
chapter = dvd.AddChapter();
chapter.AddLyrics("This is line 1");
chapter.AddLyrics("This is line 2");
// or
chapter.AddLyrics("This is line 1\nThis is line 2");



"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


Generaltooltips in CTreeCtrl to show some other info rather than the node name Pin
SVPG13-May-04 21:22
SVPG13-May-04 21:22 
GeneralUSB Communication. Pin
Abdul Munaf Chhatra13-May-04 19:56
Abdul Munaf Chhatra13-May-04 19:56 
Generalautorun Pin
kanetheterrible113-May-04 19:47
kanetheterrible113-May-04 19:47 
GeneralRe: autorun Pin
DaFrawg14-May-04 1:39
DaFrawg14-May-04 1:39 
GeneralSkinMagic library Pin
Krugger40413-May-04 19:31
Krugger40413-May-04 19:31 
GeneralRe: SkinMagic library Pin
Anthony_Yio14-May-04 1:40
Anthony_Yio14-May-04 1:40 
GeneralRe: SkinMagic library Pin
Prakash Nadar14-May-04 1:43
Prakash Nadar14-May-04 1:43 
GeneralRe: SkinMagic library Pin
Anthony_Yio14-May-04 2:04
Anthony_Yio14-May-04 2:04 
GeneralRe: SkinMagic library Pin
Prakash Nadar14-May-04 4:50
Prakash Nadar14-May-04 4:50 
GeneralRe: SkinMagic library Pin
Prakash Nadar14-May-04 1:45
Prakash Nadar14-May-04 1:45 
GeneralControl character manipulation Pin
Member 107640813-May-04 18:18
Member 107640813-May-04 18:18 
GeneralRe: Control character manipulation Pin
jmkhael14-May-04 0:06
jmkhael14-May-04 0:06 
Generalunicode question Pin
nm_11413-May-04 18:16
nm_11413-May-04 18:16 
GeneralRe: unicode question Pin
Ryan Binns13-May-04 18:24
Ryan Binns13-May-04 18:24 
GeneralRe: unicode question Pin
Anthony_Yio14-May-04 0:41
Anthony_Yio14-May-04 0:41 
GeneralRe: unicode question Pin
Joe Woodbury14-May-04 9:59
professionalJoe Woodbury14-May-04 9:59 
QuestionWhere can I get a information about Window Protected-Mode? Pin
johnny,Kim13-May-04 18:07
johnny,Kim13-May-04 18:07 

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.