Click here to Skip to main content
15,895,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is the unique in any PC? Pin
enhzflep30-Jun-11 20:21
enhzflep30-Jun-11 20:21 
GeneralRe: What is the unique in any PC? Pin
Le@rner30-Jun-11 23:30
Le@rner30-Jun-11 23:30 
GeneralRe: What is the unique in any PC? Pin
enhzflep30-Jun-11 23:51
enhzflep30-Jun-11 23:51 
AnswerRe: What is the unique in any PC? Pin
Albert Holguin1-Jul-11 3:40
professionalAlbert Holguin1-Jul-11 3:40 
QuestionWhat is Name of my process Pin
Pranit Kothari28-Jun-11 20:58
Pranit Kothari28-Jun-11 20:58 
AnswerRe: What is Name of my process Pin
Randor 29-Jun-11 1:10
professional Randor 29-Jun-11 1:10 
AnswerRe: What is Name of my process Pin
Abhi Lahare29-Jun-11 10:12
Abhi Lahare29-Jun-11 10:12 
AnswerRe: What is Name of my process Pin
Stefan_Lang30-Jun-11 1:49
Stefan_Lang30-Jun-11 1:49 
If you mean to attach a debugger to the running executable of your code, then, usually, your debugger will have a means to do that. E. g. in Visual Studio you select the menu Debug-->Processes to get a list of processes that are currently running, and then choose one of that list to attach to.

If your code is part of a specific program, the name of that program defines the name of the process. If this program spawns multiple threads, you will still need to attach to that program - it will cause the debugger to attach to all threads spawned by this process.

If you mean to attach the running program of your code to attach to ... something else (to what?) then you need a programatical solution as pointed out in the other responses.


Pranit Kothari wrote:
I highly appropriate

I think you mean 'appreciate' Wink | ;)
QuestionVariable length of String Pin
Pranit Kothari28-Jun-11 20:54
Pranit Kothari28-Jun-11 20:54 
AnswerRe: Variable length of String Pin
Richard MacCutchan28-Jun-11 21:48
mveRichard MacCutchan28-Jun-11 21:48 
AnswerRe: Variable length of String Pin
Code-o-mat28-Jun-11 22:17
Code-o-mat28-Jun-11 22:17 
QuestionRe: Variable length of String PinPopular
David Crow29-Jun-11 3:12
David Crow29-Jun-11 3:12 
AnswerRe: Variable length of String Pin
Maximilien29-Jun-11 3:56
Maximilien29-Jun-11 3:56 
GeneralRe: Variable length of String Pin
Albert Holguin29-Jun-11 9:22
professionalAlbert Holguin29-Jun-11 9:22 
GeneralRe: Variable length of String Pin
Maximilien29-Jun-11 9:39
Maximilien29-Jun-11 9:39 
GeneralRe: Variable length of String Pin
Albert Holguin29-Jun-11 11:32
professionalAlbert Holguin29-Jun-11 11:32 
AnswerRe: Variable length of String Pin
Stefan_Lang30-Jun-11 2:06
Stefan_Lang30-Jun-11 2:06 
QuestionImplementing MD5 algorithm in C++ Pin
pix_programmer28-Jun-11 19:38
pix_programmer28-Jun-11 19:38 
AnswerRe: Implementing MD5 algorithm in C++ Pin
Peter_in_278028-Jun-11 20:08
professionalPeter_in_278028-Jun-11 20:08 
AnswerRe: Implementing MD5 algorithm in C++ Pin
Mark Salsbery29-Jun-11 9:26
Mark Salsbery29-Jun-11 9:26 
Questionknowing file version Pin
Sakhalean28-Jun-11 19:37
Sakhalean28-Jun-11 19:37 
AnswerRe: knowing file version Pin
pix_programmer28-Jun-11 19:45
pix_programmer28-Jun-11 19:45 
QuestionKnowing path of MFC executable Pin
Sakhalean28-Jun-11 18:35
Sakhalean28-Jun-11 18:35 
AnswerRe: Knowing path of MFC executable Pin
ShilpiP28-Jun-11 19:02
ShilpiP28-Jun-11 19:02 
GeneralRe: Knowing path of MFC executable Pin
Sakhalean28-Jun-11 19:20
Sakhalean28-Jun-11 19:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.