Click here to Skip to main content
15,903,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboEx Question Pin
Chris Losinger4-Nov-02 15:06
professionalChris Losinger4-Nov-02 15:06 
GeneralRe: CComboEx Question Pin
Christian Graus4-Nov-02 15:24
protectorChristian Graus4-Nov-02 15:24 
Generalinet_addr for IPv6 Pin
jacare4-Nov-02 12:55
jacare4-Nov-02 12:55 
GeneralRe: inet_addr for IPv6 Pin
Anders Molin4-Nov-02 14:31
professionalAnders Molin4-Nov-02 14:31 
GeneralRe: inet_addr for IPv6 Pin
Vijay_Vijay16-Dec-09 19:22
Vijay_Vijay16-Dec-09 19:22 
QuestionDevelop client app. to consume a web service? Pin
TigerNinja_4-Nov-02 12:18
TigerNinja_4-Nov-02 12:18 
AnswerRe: Develop client app. to consume a web service? Pin
Ravi Bhavnani4-Nov-02 12:37
professionalRavi Bhavnani4-Nov-02 12:37 
QuestionHow to view anonymous namespace variables' values in debugger? Pin
Tim Finer4-Nov-02 12:13
Tim Finer4-Nov-02 12:13 
Does anyone know hoew to do this?

namespace {
int anon;
}

void func() {
// breakpoint on some code in here,
// try to examine anon's value
}

I've tried typing in all kinds of things in the watch window, including `anonymous namespace'::anon (same prefix as anonymous namespace functions in the call stack).

I've looked through msdn, searched google, tried to
unmangle the name using a map, used windbg, but to no avail.

If anyone knows the answer to this, please let me know.

Thanks,
Tim
AnswerRe: How to view anonymous namespace variables' values in debugger? Pin
Christian Graus4-Nov-02 12:19
protectorChristian Graus4-Nov-02 12:19 
GeneralRe: How to view anonymous namespace variables' values in debugger? Pin
Tim Finer4-Nov-02 12:27
Tim Finer4-Nov-02 12:27 
GeneralRe: How to view anonymous namespace variables' values in debugger? Pin
Christian Graus4-Nov-02 12:35
protectorChristian Graus4-Nov-02 12:35 
AnswerRe: How to view anonymous namespace variables' values in debugger? Pin
jbarton5-Nov-02 5:04
jbarton5-Nov-02 5:04 
GeneralRe: How to view anonymous namespace variables' values in debugger? Pin
Tim Finer5-Nov-02 7:08
Tim Finer5-Nov-02 7:08 
AnswerRe: How to view anonymous namespace variables' values in debugger? Pin
dshatilov15-Sep-16 0:29
dshatilov15-Sep-16 0:29 
GeneralRe: How to view anonymous namespace variables' values in debugger? Pin
Richard Deeming15-Sep-16 7:10
mveRichard Deeming15-Sep-16 7:10 
GeneralRe: How to view anonymous namespace variables' values in debugger? Pin
dshatilov15-Sep-16 7:56
dshatilov15-Sep-16 7:56 
GeneralPlease Help!! Pin
Autunmsky4-Nov-02 11:38
Autunmsky4-Nov-02 11:38 
GeneralRe: Please Help!! Pin
Christian Graus4-Nov-02 11:50
protectorChristian Graus4-Nov-02 11:50 
GeneralRe: Please Help!! Pin
Gary Kirkham4-Nov-02 11:48
Gary Kirkham4-Nov-02 11:48 
GeneralRe: Please Help!! Pin
Autunmsky4-Nov-02 11:55
Autunmsky4-Nov-02 11:55 
GeneralRe: Please Help!! Pin
Christian Graus4-Nov-02 12:22
protectorChristian Graus4-Nov-02 12:22 
GeneralRe: Please Help!! Pin
Chris Losinger4-Nov-02 12:23
professionalChris Losinger4-Nov-02 12:23 
GeneralRe: Please Help!! Pin
Christian Graus4-Nov-02 12:33
protectorChristian Graus4-Nov-02 12:33 
GeneralRe: Please Help!! Pin
Chris Losinger4-Nov-02 15:01
professionalChris Losinger4-Nov-02 15:01 
GeneralRe: Please Help!! Pin
Christian Graus4-Nov-02 15:17
protectorChristian Graus4-Nov-02 15:17 

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.