Thread: Start with minimum priority

  1. #1
    INSANE INSIDE ekosix's Avatar
    Join Date
    May 2010
    Location
    Rio de Janeiro, Brazil
    Posts
    44

    Question Start with minimum priority

    In a console app, what should I do to make it to have the lowest execution priority?

  2. #2
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Based on other posts you've done, I'm assuming you're running Windows: SetPriorityClass Function (Windows).

    EDIT: And of course, based on the fact that this is actually in the Windows Programming forum...
    Last edited by itsme86; 04-12-2011 at 10:53 PM.
    If you understand what you're doing, you're not learning anything.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Minimum priority queue STL
    By dpp in forum C++ Programming
    Replies: 7
    Last Post: 01-02-2009, 11:33 AM
  2. STL min priority queue?
    By *ClownPimp* in forum C++ Programming
    Replies: 7
    Last Post: 04-30-2006, 11:31 AM
  3. Priority
    By siavoshkc in forum Windows Programming
    Replies: 1
    Last Post: 01-18-2006, 01:57 AM
  4. Priority Heaps
    By Dangerous Dave in forum C++ Programming
    Replies: 2
    Last Post: 11-23-2004, 02:26 PM
  5. Priority Queue
    By Tostado in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2004, 02:01 PM

Tags for this Thread