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

C / C++ / MFC

 
GeneralArrays Pin
Alan Blakely19-Jan-02 11:32
Alan Blakely19-Jan-02 11:32 
GeneralRe: Arrays Pin
Christian Graus19-Jan-02 12:47
protectorChristian Graus19-Jan-02 12:47 
GeneralRe: Arrays Pin
Alan Blakely19-Jan-02 13:24
Alan Blakely19-Jan-02 13:24 
GeneralRe: Arrays Pin
Christian Graus19-Jan-02 22:56
protectorChristian Graus19-Jan-02 22:56 
GeneralRedimensioning Arrays Pin
DiegoValdevino19-Jan-02 11:16
DiegoValdevino19-Jan-02 11:16 
GeneralRe: Redimensioning Arrays Pin
Christian Graus19-Jan-02 11:25
protectorChristian Graus19-Jan-02 11:25 
GeneralRe: Redimensioning Arrays Pin
Prem Kumar19-Jan-02 11:30
Prem Kumar19-Jan-02 11:30 
GeneralRe: Redimensioning Arrays Pin
Christian Graus19-Jan-02 12:37
protectorChristian Graus19-Jan-02 12:37 
Do NOT use malloc/realloc if you can at all avoid it. They are C functions, and new/delete is highly preferred, especially for complex types. The best reason for this is the fact that new/delete call constructors/destructors and the C functions do not.



Christian

I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now

GeneralRe: Redimensioning Arrays Pin
l a u r e n19-Jan-02 23:05
l a u r e n19-Jan-02 23:05 
GeneralRe: Redimensioning Arrays Pin
Christian Graus19-Jan-02 23:31
protectorChristian Graus19-Jan-02 23:31 
GeneralToolbar graphic Pin
Jon Newman19-Jan-02 9:32
Jon Newman19-Jan-02 9:32 
GeneralMaintaining VC 5.0 and VC 6.0 Pin
Phil F19-Jan-02 9:14
Phil F19-Jan-02 9:14 
GeneralRe: Maintaining VC 5.0 and VC 6.0 Pin
Rick Crone24-Jan-02 10:21
Rick Crone24-Jan-02 10:21 
GeneralCD-RW questions...help needed Pin
Amit Dey19-Jan-02 8:17
Amit Dey19-Jan-02 8:17 
Questioncreating instance of class in other class? Pin
19-Jan-02 8:03
suss19-Jan-02 8:03 
AnswerRe: creating instance of class in other class? Pin
Christian Graus19-Jan-02 11:14
protectorChristian Graus19-Jan-02 11:14 
GeneralNeed help.. some MFC function Pin
19-Jan-02 7:12
suss19-Jan-02 7:12 
GeneralRe: Need help.. some MFC function Pin
User 665819-Jan-02 7:32
User 665819-Jan-02 7:32 
GeneralRe: Need help.. some MFC function Pin
20-Jan-02 17:21
suss20-Jan-02 17:21 
GeneralRe: Need help.. some MFC function Pin
Rick Crone24-Jan-02 10:25
Rick Crone24-Jan-02 10:25 
GeneralRe: Need help.. some MFC function Pin
Felix Cho20-Jan-02 4:24
Felix Cho20-Jan-02 4:24 
Generalparallel port with MFC Pin
19-Jan-02 4:27
suss19-Jan-02 4:27 
General[Message Deleted] Pin
19-Jan-02 5:13
suss19-Jan-02 5:13 
GeneralRe: parallel port with MFC Pin
20-Jan-02 23:04
suss20-Jan-02 23:04 
General24-bit CImageLists for a CListCtrl Pin
Simon Walton19-Jan-02 2:30
Simon Walton19-Jan-02 2:30 

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.