Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: modal dialog range checking Pin
JennyP13-Aug-02 10:14
JennyP13-Aug-02 10:14 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 10:57
jimNLX13-Aug-02 10:57 
Questionwrong use of delete here? Pin
ns13-Aug-02 8:17
ns13-Aug-02 8:17 
AnswerRe: wrong use of delete here? Pin
includeh1013-Aug-02 8:25
includeh1013-Aug-02 8:25 
AnswerRe: wrong use of delete here? Pin
Tomasz Sowinski13-Aug-02 8:27
Tomasz Sowinski13-Aug-02 8:27 
AnswerRe: wrong use of delete here? Pin
Ravi Bhavnani13-Aug-02 14:46
professionalRavi Bhavnani13-Aug-02 14:46 
AnswerRe: wrong use of delete here? Pin
Daniel Lohmann14-Aug-02 0:08
Daniel Lohmann14-Aug-02 0:08 
Generalsave and load dynamic struct, need help ... Pin
includeh1013-Aug-02 8:15
includeh1013-Aug-02 8:15 
to simplify the question, let me use an example:
i have a customer struct:
struct Cust
{
char name[20];
int ID;
};

i save huge custs to a file.
but the struct is a dynamic one, fields may be addd (i.e. int age) or deleted (i.e. delete field int ID) or changed (ie. char name from [20] to [50]).

'dynamic' means modify happens at run-time and very often. because there are lots data (impossible load all to memory), any change needs long time.

do u have idea to solve the problem for quick modify?
(i try stream but can't find useful tech)
thx





includeh10
GeneralRe: save and load dynamic struct, need help ... Pin
Alexander Wiseman13-Aug-02 8:42
Alexander Wiseman13-Aug-02 8:42 
GeneralRe: save and load dynamic struct, need help ... Pin
includeh1013-Aug-02 8:53
includeh1013-Aug-02 8:53 
GeneralRe: save and load dynamic struct, need help ... Pin
Alexander Wiseman13-Aug-02 10:47
Alexander Wiseman13-Aug-02 10:47 
GeneralRe: save and load dynamic struct, need help ... Pin
Daniel Turini13-Aug-02 9:29
Daniel Turini13-Aug-02 9:29 
GeneralRe: save and load dynamic struct, need help ... Pin
Bill Wilson13-Aug-02 13:20
Bill Wilson13-Aug-02 13:20 
GeneralCListCtrl arrow key navigation Pin
dennisV13-Aug-02 7:59
dennisV13-Aug-02 7:59 
GeneralRe: CListCtrl arrow key navigation Pin
Shog913-Aug-02 8:53
sitebuilderShog913-Aug-02 8:53 
GeneralRe: CListCtrl arrow key navigation Pin
dennisV13-Aug-02 9:04
dennisV13-Aug-02 9:04 
GeneralRe: CListCtrl arrow key navigation Pin
Shog913-Aug-02 9:10
sitebuilderShog913-Aug-02 9:10 
GeneralRe: CListCtrl arrow key navigation Pin
dennisV13-Aug-02 9:32
dennisV13-Aug-02 9:32 
GeneralRe: CListCtrl arrow key navigation Pin
Shog913-Aug-02 9:36
sitebuilderShog913-Aug-02 9:36 
GeneralKill a screensaver... Pin
Matt Eckerson13-Aug-02 7:49
Matt Eckerson13-Aug-02 7:49 
GeneralRe: Kill a screensaver... Pin
Alexander Wiseman13-Aug-02 8:35
Alexander Wiseman13-Aug-02 8:35 
GeneralRe: Kill a screensaver... Pin
Matt Eckerson13-Aug-02 10:42
Matt Eckerson13-Aug-02 10:42 
GeneralRe: Kill a screensaver... Pin
Alexander Wiseman13-Aug-02 10:47
Alexander Wiseman13-Aug-02 10:47 
GeneralRe: Kill a screensaver... Pin
Matt Eckerson17-Aug-02 12:26
Matt Eckerson17-Aug-02 12:26 
GeneralISAPI File Writing Pin
John Pepper13-Aug-02 7:26
John Pepper13-Aug-02 7:26 

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.