Results 1 to 20 of 20

Thread: Little confusion Regarding general Initilizaion..!!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Oct 2007
    Posts
    21
    Thanks
    2
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Little confusion Regarding general Initilizaion..!!!

    Thanks spirit,

    one more question..!!

    int *p = new int[4];
    if i use this in my example then application get crashed after printing 6567

    int *p = new int[100];
    if i use this in my example then application get crashed after printing 182


    Why is it so ??

    Thanks & Best Regards
    Kunal Nandi
    Last edited by kunalnandi; 19th September 2008 at 10:58.

Similar Threads

  1. Little confusion Regarding general Initilizaion.. :confused:
    By kunalnandi in forum General Programming
    Replies: 2
    Last Post: 19th September 2008, 10:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.