Results 1 to 7 of 7

Thread: Console application beginning

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2009
    Posts
    46
    Thanks
    4
    Thanked 7 Times in 7 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Console application beginning

    Use
    Qt Code:
    1. out << str << flush;
    To copy to clipboard, switch view to plain text mode 
    or
    Qt Code:
    1. out << str << endl;
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to RSX for this useful post:

    Raccoon29 (17th October 2009)

Similar Threads

  1. Replies: 8
    Last Post: 28th January 2015, 09:45
  2. about console application
    By jirach_gag in forum Qt Programming
    Replies: 2
    Last Post: 5th January 2012, 11:39
  3. Debugging a console application
    By Lorthirk in forum Qt Tools
    Replies: 1
    Last Post: 26th September 2009, 11:49
  4. Exiting a Qt Console Application
    By nbetcher in forum Qt Programming
    Replies: 4
    Last Post: 23rd March 2009, 21:03
  5. libGL using memory in console application
    By neuron in forum Qt Programming
    Replies: 0
    Last Post: 11th March 2009, 15:52

Tags for this Thread

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.