[Qt-interest] multidimensional array

Bob Hood bhood2 at comcast.net
Mon Aug 1 04:09:12 CEST 2011


On 7/31/2011 6:51 PM, pengliang(彭亮) wrote:
>
> Hi all
>
> Please see the snippets bellow. When I ran this program, it failed.
>
>

You're allocating a 2.5MB array on a local stack. I doubt it has enough room
for that (you're probably getting a stack overflow and a crash, yes?).


Render me gone,                       |||
Bob                                 ^(===)^
---------------------------------oOO--(_)--OOo---------------------------------
 We can't all be architects. Some of us excel at building from the blueprints.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110731/e106787f/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 5208 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110731/e106787f/attachment.png 


More information about the Qt-interest-old mailing list