CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lesnaubr

Search: Search took 0.02 seconds.

  1. Re: Approximate Algorithms For NP-Complete Problems

    So it sounds like I am correct in assuming that an approximate answer for a certain problem does not guarantee an approximate answer for a problem it has been reduced from or to.

    Is there a...
  2. Approximate Algorithms For NP-Complete Problems

    I have a question about approximate algorithms for known NP-Complete problems.

    I know that if you find an answer for an NP complete problem, that means you can find an answer for any problem that...
  3. Replies
    1
    Views
    555

    Using Console Copy Command

    I am trying to find a way to access the functions that are available if you right click a console window such as "Select All" and "Copy". I have the HWND handle to the console window and I have used...
  4. Re: Capturing Text in a Pre-existing console window

    I already have it so a user can select a window. The final result should allow the user to select a window and, if it is a console window, copy the text to a file for the user. That is the basic...
  5. Capturing Text in a Pre-existing console window

    I am looking for a way to capture text from a console window where the text is already displayed. I have a handle for the window and know it is a console window because it's class is...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured