Results 1 to 8 of 8

Thread: stack

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: stack

    hi,
    I changed a little bit and seems ok. But I'm wondering:
    why can I use :
    Qt Code:
    1. cout << it.getValue() << endl;
    2. and not
    3. cout << (*it).getValue() << endl;
    To copy to clipboard, switch view to plain text mode 
    and why that error inside op<< (see stack.h)?
    thanks
    Attached Files Attached Files
    Regards

Similar Threads

  1. Previewing a stack widget dialog
    By mikeh in forum Qt Tools
    Replies: 4
    Last Post: 2nd October 2006, 10:19
  2. QWidget display on 2 stack widget page
    By spawnwj in forum Qt Programming
    Replies: 3
    Last Post: 4th September 2006, 12:07
  3. QThread stack overflow when exiting
    By jakamph in forum Qt Programming
    Replies: 4
    Last Post: 11th May 2006, 17:56
  4. QStack Help
    By ankurjain in forum Qt Programming
    Replies: 5
    Last Post: 5th May 2006, 11:44
  5. Template stack, isn't there is a FIFO ?
    By yellowmat in forum Newbie
    Replies: 5
    Last Post: 3rd March 2006, 13:49

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
  •  
Qt is a trademark of The Qt Company.