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

C / C++ / MFC

 
GeneralRe: DWORD to string and std::string Pin
Anonymous17-Aug-02 6:07
Anonymous17-Aug-02 6:07 
GeneralRe: DWORD to string and std::string Pin
mishgun17-Aug-02 7:48
mishgun17-Aug-02 7:48 
QuestionHow to implement a 'please wait' dialog.. Pin
Tre K Renegade17-Aug-02 4:58
Tre K Renegade17-Aug-02 4:58 
AnswerRe: How to implement a 'please wait' dialog.. Pin
Michael Dunn17-Aug-02 5:16
sitebuilderMichael Dunn17-Aug-02 5:16 
AnswerRe: How to implement a 'please wait' dialog.. Pin
dlhson17-Aug-02 8:43
dlhson17-Aug-02 8:43 
Questionhow to access bad pointers? Pin
includeh1017-Aug-02 3:28
includeh1017-Aug-02 3:28 
AnswerRe: how to access bad pointers? Pin
Michael P Butler17-Aug-02 3:45
Michael P Butler17-Aug-02 3:45 
GeneralRe: how to access bad pointers? Pin
includeh1017-Aug-02 4:24
includeh1017-Aug-02 4:24 
similar to this, i think:

//the database is called "Object Store"

//did by some one else
MyClass p=new MyClass;
delete p;
ary.Add(p); //ary is an Array
db.Save(); //Save to database

//i do
db.Open(file_name);
int i,iNum=ary.GetSize();
for(i=0;i < iNum;i++)
{
int iSomeValue=ary.GetAt(i)->iSomeValue;
}

note: one of ary.GetAt(i) above gets bad pointer.

thx








includeh10
GeneralRe: how to access bad pointers? Pin
mishgun17-Aug-02 4:34
mishgun17-Aug-02 4:34 
GeneralRe: how to access bad pointers? Pin
dlhson17-Aug-02 8:49
dlhson17-Aug-02 8:49 
AnswerRe: how to access bad pointers? Pin
Philippe Mori17-Aug-02 10:10
Philippe Mori17-Aug-02 10:10 
AnswerRe: how to access bad pointers? Pin
Philip Patrick17-Aug-02 11:06
professionalPhilip Patrick17-Aug-02 11:06 
QuestionCan anyone suggest how to execute warm booting using address pointer Pin
Pankaj Singh17-Aug-02 2:36
Pankaj Singh17-Aug-02 2:36 
AnswerRe: Can anyone suggest how to execute warm booting using address pointer Pin
dlhson17-Aug-02 8:51
dlhson17-Aug-02 8:51 
GeneralRight align list column in list view. Pin
Steve L.17-Aug-02 2:02
Steve L.17-Aug-02 2:02 
GeneralRe: Right align list column in list view. Pin
Michael P Butler17-Aug-02 3:56
Michael P Butler17-Aug-02 3:56 
GeneralRe: Right align list column in list view. Pin
dlhson17-Aug-02 8:53
dlhson17-Aug-02 8:53 
GeneralRe: Right align list column in list view. Pin
Steve L.17-Aug-02 12:28
Steve L.17-Aug-02 12:28 
Questiondoes VB have STL? Pin
nss17-Aug-02 0:44
nss17-Aug-02 0:44 
AnswerRe: does VB have STL? Pin
Michael P Butler17-Aug-02 3:51
Michael P Butler17-Aug-02 3:51 
Generalsimple browser Pin
slah16-Aug-02 23:43
slah16-Aug-02 23:43 
GeneralRe: simple browser Pin
bebe harhour17-Aug-02 0:32
bebe harhour17-Aug-02 0:32 
GeneralRe: simple browser Pin
Sijin17-Aug-02 1:14
Sijin17-Aug-02 1:14 
Generalusing complex template functions Pin
oRion16-Aug-02 22:49
oRion16-Aug-02 22:49 
GeneralRe: using complex template functions Pin
peterchen16-Aug-02 23:49
peterchen16-Aug-02 23:49 

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.