Home » U++ Library support » TopWindow&PopUp, TrayIcon » Modal vs non-modal window
Re: Modal vs non-modal window [message #11967 is a reply to message #11950] |
Fri, 05 October 2007 11:55  |
exolon
Messages: 62 Registered: July 2006 Location: 53'21N 6'18W
|
Member |
|
|
Just out of curiosity, why did you do:
and dereference it all the time and eventually have to delete it?
I would recommend against creating objects dynamically if you don't really need to do it... there's surely no good reason to create inbuilt types like bool and int on the heap, since the pointer on the stack is at least as large as a bool and dereferencing it is ugly and you can make mistakes (including forgetting to delete, or deleting twice).
Use the stack.
|
|
|
 |
 |
Modal vs non-modal window
By: NeonN on Wed, 03 October 2007 20:13
|
 |
|
Re: Modal vs non-modal window
By: mrjt on Thu, 04 October 2007 13:08
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Thu, 04 October 2007 18:59
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Thu, 04 October 2007 20:08
|
 |
|
Re: Modal vs non-modal window
By: mrjt on Fri, 05 October 2007 12:09
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Fri, 05 October 2007 13:47
|
 |
|
Re: Modal vs non-modal window
By: mrjt on Fri, 05 October 2007 14:47
|
 |
|
Re: Modal vs non-modal window
By: mirek on Sat, 06 October 2007 18:07
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Sun, 07 October 2007 18:33
|
 |
|
Re: Modal vs non-modal window
By: mirek on Sun, 07 October 2007 19:37
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Sun, 07 October 2007 20:32
|
 |
|
Re: Modal vs non-modal window
By: mirek on Sun, 07 October 2007 23:46
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Mon, 08 October 2007 09:14
|
 |
|
Re: Modal vs non-modal window
By: mirek on Mon, 08 October 2007 10:52
|
 |
|
Re: Modal vs non-modal window
By: NeonN on Mon, 08 October 2007 14:58
|
 |
|
Re: Modal vs non-modal window
By: mirek on Sat, 06 October 2007 17:59
|
 |
|
Re: Modal vs non-modal window
By: exolon on Fri, 05 October 2007 11:55
|
Goto Forum:
Current Time: Mon Apr 28 18:09:09 CEST 2025
Total time taken to generate the page: 0.03509 seconds
|