|
-
October 20th, 2002, 05:49 AM
#8
Hi there Alpha! Thank you so much!
But previously, u mention on this thread that I should code:
Code:
for(int i = 0; i < 10; i++)
{
for (int i=0; i<=m_arDlgs.GetSize(); i++)
{
CMyDialog* pDlg = m_arrDlgs.GetAt(i);
delete pDlg;
}
}
Is this needed anymore in my case? Or is it darn sufficient to call "delete this"? Thanks!
...I'm one of those folks who behave as though I'm the Lord...
--------------------------------------------------------------------------------
Well, there are a lot of those folks out there.
quote:
--------------------------------------------------------------------------------
...even though I know darn well I'm not...
--------------------------------------------------------------------------------
This reduces the number of the first group to only a few, ok?
Darn it! Look here, Alpha : One of these fine days, u're really gonna get it from me, k???!!!! Yes! Chicken chop!!!!!    
Last edited by Xeon; October 20th, 2002 at 05:54 AM.
"Hell is calling for you!" - Rufus, from Valkyrie Profile 2 : Silmeria
"I'm getting tired of you devils.....finishing strike......Final Blast!" - Arngrim, from Valkyrie Profile 2 : Silmeria
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|