Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resource Editor Pin
Anders Molin20-Jul-02 9:13
professionalAnders Molin20-Jul-02 9:13 
GeneralRe: Resource Editor Pin
Abin20-Jul-02 12:53
Abin20-Jul-02 12:53 
GeneralRe: Resource Editor Pin
Anders Molin20-Jul-02 13:09
professionalAnders Molin20-Jul-02 13:09 
GeneralRe: Resource Editor Pin
Dominik Reichl21-Jul-02 0:50
Dominik Reichl21-Jul-02 0:50 
QuestionAdding icon to desktop & create a startup entry ? Pin
hongheo7620-Jul-02 5:13
hongheo7620-Jul-02 5:13 
AnswerRe: Adding icon to desktop & create a startup entry ? Pin
Dominik Reichl20-Jul-02 5:24
Dominik Reichl20-Jul-02 5:24 
GeneralRe: thanks Pin
hongheo7621-Jul-02 19:02
hongheo7621-Jul-02 19:02 
QuestionSearch a proper method for free and delete a struct array? Pin
chen20-Jul-02 4:35
chen20-Jul-02 4:35 
In my application, i have some struct definetions. Such as,

typedef struct
{
int x;
double y;
unsigned char name[128];
........
}MYSTRUCT;

and then, i use this struct with global two-dimentional array like this;
MYSTRUCT mystruct[300][500];
With this definition, there is no memory allocation fot it.

My problem is how to free the memory or delete it when it is not used or
application will exit?

Thanks in advance!



chen
AnswerRe: Search a proper method for free and delete a struct array? Pin
Michael Dunn20-Jul-02 6:37
sitebuilderMichael Dunn20-Jul-02 6:37 
GeneralATL/WTL vs MFC Pin
rsasalm_20-Jul-02 3:57
rsasalm_20-Jul-02 3:57 
GeneralRe: ATL/WTL vs MFC Pin
Tim Smith20-Jul-02 4:13
Tim Smith20-Jul-02 4:13 
GeneralHiding an application from the average user. Pin
Anonymous20-Jul-02 2:21
Anonymous20-Jul-02 2:21 
GeneralRe: Hiding an application from the average user. Pin
Ed Gadziemski20-Jul-02 3:07
professionalEd Gadziemski20-Jul-02 3:07 
GeneralRe: Hiding an application from the average user. Pin
Anonymous20-Jul-02 4:35
Anonymous20-Jul-02 4:35 
GeneralUser Authentication Pin
laphijia20-Jul-02 2:19
laphijia20-Jul-02 2:19 
GeneralRe: User Authentication Pin
Rama Krishna Vavilala20-Jul-02 4:01
Rama Krishna Vavilala20-Jul-02 4:01 
GeneralRe: User Authentication Pin
Paul Ingles20-Jul-02 15:24
Paul Ingles20-Jul-02 15:24 
GeneralCreate compoent to be used in IE Pin
Anonymous19-Jul-02 22:55
Anonymous19-Jul-02 22:55 
GeneralRe: Create compoent to be used in IE Pin
Nish Nishant20-Jul-02 2:20
sitebuilderNish Nishant20-Jul-02 2:20 
GeneralRe: Create compoent to be used in IE Pin
Anonymous20-Jul-02 3:50
Anonymous20-Jul-02 3:50 
GeneralRe: Create compoent to be used in IE Pin
Anonymous20-Jul-02 4:00
Anonymous20-Jul-02 4:00 
Generalactivex installers... Pin
l a u r e n19-Jul-02 22:29
l a u r e n19-Jul-02 22:29 
GeneralRe: activex installers... Pin
super20-Jul-02 1:29
professionalsuper20-Jul-02 1:29 
GeneralRe: activex installers... Pin
Anders Molin20-Jul-02 13:23
professionalAnders Molin20-Jul-02 13:23 
GeneralVC 7.0 migration Pin
unknown soldier19-Jul-02 21:18
unknown soldier19-Jul-02 21:18 

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.