Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: font compatibility Pin
Bernhard11-Oct-01 19:49
Bernhard11-Oct-01 19:49 
GeneralThe pow function for integers Pin
Sprudling11-Oct-01 13:22
Sprudling11-Oct-01 13:22 
GeneralRe: The pow function for integers Pin
Vu Nguyen11-Oct-01 14:46
Vu Nguyen11-Oct-01 14:46 
GeneralCreating dynamic array .. Pin
Hadi Rezaee11-Oct-01 12:19
Hadi Rezaee11-Oct-01 12:19 
GeneralRe: Creating dynamic array .. Pin
Nemanja Trifunovic11-Oct-01 12:39
Nemanja Trifunovic11-Oct-01 12:39 
GeneralRe: Creating dynamic array .. Pin
Christian Graus11-Oct-01 12:47
protectorChristian Graus11-Oct-01 12:47 
GeneralRe: Creating dynamic array .. Pin
Hadi Rezaee11-Oct-01 13:37
Hadi Rezaee11-Oct-01 13:37 
GeneralRe: Creating dynamic array .. Pin
Christian Graus11-Oct-01 13:55
protectorChristian Graus11-Oct-01 13:55 

MySoundTemplate * pSound = new SoundTemplate[lLoop];

This code won't work ...


Not unless SoundTemplate is derived from MySoundTemplate.

MySoundTemplate * pSound = new MySoundTemplate[lLoop];


will work if MySoundTemplate is a class this line can see.

I must use of STL vector ...

It's better anyhow. You should consider how you will use the list, list may be a better option.



Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralRe: Creating dynamic array .. Pin
Hadi Rezaee11-Oct-01 14:09
Hadi Rezaee11-Oct-01 14:09 
GeneralRe: Creating dynamic array .. Pin
Christian Graus11-Oct-01 14:13
protectorChristian Graus11-Oct-01 14:13 
GeneralRe: Creating dynamic array .. Pin
Mike Burston11-Oct-01 13:31
Mike Burston11-Oct-01 13:31 
GeneralRe: How about CPtrList or CPtrArray? Pin
Masaaki Onishi11-Oct-01 15:18
Masaaki Onishi11-Oct-01 15:18 
GeneralBitmaps & pixels Pin
11-Oct-01 12:06
suss11-Oct-01 12:06 
GeneralRe: Bitmaps & pixels Pin
Christian Graus11-Oct-01 12:21
protectorChristian Graus11-Oct-01 12:21 
GeneralRe: Bitmaps & pixels Pin
11-Oct-01 13:14
suss11-Oct-01 13:14 
GeneralRe: Bitmaps & pixels Pin
Christian Graus11-Oct-01 13:23
protectorChristian Graus11-Oct-01 13:23 
GeneralRe: Bitmaps & pixels Pin
11-Oct-01 14:05
suss11-Oct-01 14:05 
GeneralRe: Bitmaps & pixels Pin
Christian Graus11-Oct-01 14:27
protectorChristian Graus11-Oct-01 14:27 
GeneralRe: Bitmaps & pixels Pin
11-Oct-01 14:37
suss11-Oct-01 14:37 
QuestionHOWTO: Pass VB string into VC++ created ATL Object? Pin
Tim Rymer11-Oct-01 10:28
Tim Rymer11-Oct-01 10:28 
AnswerRe: HOWTO: Pass VB string into VC++ created ATL Object? Pin
Not Active11-Oct-01 11:52
mentorNot Active11-Oct-01 11:52 
GeneralRe: HOWTO: Pass VB string into VC++ created ATL Object? Pin
Tim Rymer12-Oct-01 3:47
Tim Rymer12-Oct-01 3:47 
GeneralWindows 2000 group model Pin
rachna11-Oct-01 10:11
rachna11-Oct-01 10:11 
GeneralIPropertySetStorage Pin
11-Oct-01 9:03
suss11-Oct-01 9:03 
GeneralConverting seconds to days:hours:minutes:seconds Pin
RobJones11-Oct-01 8:40
RobJones11-Oct-01 8:40 

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.