Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win32 or MFC Pin
Jon Sagara5-Feb-02 6:30
Jon Sagara5-Feb-02 6:30 
GeneralRe: Win32 or MFC Pin
Ravi Bhavnani5-Feb-02 6:55
professionalRavi Bhavnani5-Feb-02 6:55 
GeneralRe: Win32 or MFC Pin
redneckCoder5-Feb-02 7:33
redneckCoder5-Feb-02 7:33 
GeneralRe: Win32 or MFC Pin
alex.barylski5-Feb-02 14:16
alex.barylski5-Feb-02 14:16 
GeneralCToolBar default position and destruction Pin
5-Feb-02 5:46
suss5-Feb-02 5:46 
GeneralAnother String Question Pin
Tom Wright5-Feb-02 4:33
Tom Wright5-Feb-02 4:33 
GeneralRe: Another String Question Pin
Jon Hulatt5-Feb-02 4:52
Jon Hulatt5-Feb-02 4:52 
GeneralRe: Another String Question Pin
Jamie Hale5-Feb-02 6:00
Jamie Hale5-Feb-02 6:00 
A relatively major correction...

If you allocate with:

char *pChar = new char[n];


you must deallocate with:

delete [] pChar;


otherwise you end up with leaks.


J
GeneralRe: Another String Question Pin
Nemanja Trifunovic5-Feb-02 6:14
Nemanja Trifunovic5-Feb-02 6:14 
GeneralRe: Another String Question Pin
Joaquín M López Muñoz5-Feb-02 6:25
Joaquín M López Muñoz5-Feb-02 6:25 
GeneralRe: Another String Question Pin
Nemanja Trifunovic5-Feb-02 6:39
Nemanja Trifunovic5-Feb-02 6:39 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:35
Tim Smith5-Feb-02 15:35 
GeneralRe: Another String Question Pin
Nemanja Trifunovic6-Feb-02 6:11
Nemanja Trifunovic6-Feb-02 6:11 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:36
Tim Smith5-Feb-02 15:36 
GeneralRe: Another String Question Pin
Jamie Hale5-Feb-02 14:41
Jamie Hale5-Feb-02 14:41 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:39
Tim Smith5-Feb-02 15:39 
GeneralRe: Another String Question Pin
Nemanja Trifunovic6-Feb-02 6:16
Nemanja Trifunovic6-Feb-02 6:16 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:38
Tim Smith5-Feb-02 15:38 
GeneralRe: Another String Question Pin
Tom Wright6-Feb-02 5:48
Tom Wright6-Feb-02 5:48 
Generalnot printing! Pin
5-Feb-02 4:34
suss5-Feb-02 4:34 
GeneralRe: not printing! Pin
Jon Hulatt5-Feb-02 4:48
Jon Hulatt5-Feb-02 4:48 
GeneralUSB Communications Pin
Paresh Solanki5-Feb-02 4:25
Paresh Solanki5-Feb-02 4:25 
GeneralRe: USB Communications Pin
5-Feb-02 6:34
suss5-Feb-02 6:34 
GeneralMSMASK32/MSFLXGRID Pin
5-Feb-02 4:28
suss5-Feb-02 4:28 
QuestionWMI bug or what? Pin
Mario M.5-Feb-02 4:04
Mario M.5-Feb-02 4:04 

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.