Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: template bug in vc++6? Pin
Joaquín M López Muñoz27-Mar-05 9:36
Joaquín M López Muñoz27-Mar-05 9:36 
GeneralRe: template bug in vc++6? Pin
nm_11427-Mar-05 13:30
nm_11427-Mar-05 13:30 
GeneralArray of Pointers Pin
LighthouseJ27-Mar-05 6:05
LighthouseJ27-Mar-05 6:05 
GeneralRe: Array of Pointers Pin
Gary R. Wheeler27-Mar-05 6:33
Gary R. Wheeler27-Mar-05 6:33 
GeneralRe: Array of Pointers Pin
LighthouseJ27-Mar-05 6:56
LighthouseJ27-Mar-05 6:56 
GeneralRe: Array of Pointers Pin
LighthouseJ27-Mar-05 11:40
LighthouseJ27-Mar-05 11:40 
GeneralRe: Array of Pointers Pin
Axter26-Apr-05 18:07
professionalAxter26-Apr-05 18:07 
GeneralFollow-Up Pin
LighthouseJ27-Mar-05 6:36
LighthouseJ27-Mar-05 6:36 
I found a page on here and interpreted the help into my program and came up with this. Tell me if this is okay...

CClass ** list = (CClass **) malloc(sizeof(CClass) * AmountOfPointers);
GeneralRe: Follow-Up Pin
Gary R. Wheeler27-Mar-05 7:01
Gary R. Wheeler27-Mar-05 7:01 
GeneralRe: Array of Pointers Pin
Michael Dunn27-Mar-05 10:41
sitebuilderMichael Dunn27-Mar-05 10:41 
GeneralAES algorithm implementation in VC++ Pin
Member 154898327-Mar-05 4:16
Member 154898327-Mar-05 4:16 
GeneralRe: AES algorithm implementation in VC++ Pin
Michael Dunn27-Mar-05 10:43
sitebuilderMichael Dunn27-Mar-05 10:43 
GeneralRe: AES algorithm implementation in VC++ Pin
Anonymous28-Mar-05 1:27
Anonymous28-Mar-05 1:27 
GeneralLaunching application at startup Pin
Imtiaz Murtaza27-Mar-05 3:33
Imtiaz Murtaza27-Mar-05 3:33 
GeneralRe: Launching application at startup Pin
Gary R. Wheeler27-Mar-05 3:42
Gary R. Wheeler27-Mar-05 3:42 
GeneralRe: Launching application at startup Pin
David Crow28-Mar-05 2:56
David Crow28-Mar-05 2:56 
General.net events from unmanaged code Pin
ischen_s127-Mar-05 2:34
ischen_s127-Mar-05 2:34 
GeneralDLL hook in an .exe Pin
DigitalPenetration27-Mar-05 2:10
DigitalPenetration27-Mar-05 2:10 
GeneralRe: DLL hook in an .exe Pin
ThatsAlok27-Mar-05 18:07
ThatsAlok27-Mar-05 18:07 
GeneralRe: DLL hook in an .exe Pin
DigitalPenetration28-Mar-05 7:47
DigitalPenetration28-Mar-05 7:47 
GeneralExport templates from DLL Pin
mistus27-Mar-05 1:57
mistus27-Mar-05 1:57 
GeneralRe: Export templates from DLL Pin
includeh1027-Mar-05 7:15
includeh1027-Mar-05 7:15 
GeneralRe: Export templates from DLL Pin
MMansonFan2529-Mar-05 23:05
MMansonFan2529-Mar-05 23:05 
QuestionHow to start/stop service Pin
Iliya Yordanov26-Mar-05 23:08
Iliya Yordanov26-Mar-05 23:08 
AnswerRe: How to start/stop service Pin
Graham Bradshaw26-Mar-05 23:32
Graham Bradshaw26-Mar-05 23:32 

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.