Click here to Skip to main content
15,919,879 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralComplete Port I/O and Heap Problems :: Winsock Pin
valikac4-Nov-02 17:38
valikac4-Nov-02 17:38 
GeneralRe: Complete Port I/O and Heap Problems :: Winsock Pin
Daniel Turini4-Nov-02 20:49
Daniel Turini4-Nov-02 20:49 
GeneralRe: Complete Port I/O and Heap Problems :: Winsock Pin
valikac5-Nov-02 4:28
valikac5-Nov-02 4:28 
GeneralItemData in CTreeCtrl Pin
Anonymous4-Nov-02 17:31
Anonymous4-Nov-02 17:31 
GeneralRe: ItemData in CTreeCtrl Pin
Chris Losinger4-Nov-02 18:39
professionalChris Losinger4-Nov-02 18:39 
GeneralPut image on control.. Pin
kwak byung-chan4-Nov-02 16:01
susskwak byung-chan4-Nov-02 16:01 
GeneralRe: Put image on control.. Pin
Michael Dunn4-Nov-02 16:23
sitebuilderMichael Dunn4-Nov-02 16:23 
GeneralUsing blocking socket or nonblocking socket Pin
Kerry Chou4-Nov-02 15:23
Kerry Chou4-Nov-02 15:23 
GeneralRe: Using blocking socket or nonblocking socket Pin
Daniel Turini4-Nov-02 20:41
Daniel Turini4-Nov-02 20:41 
GeneralRe: Using blocking socket or nonblocking socket Pin
Daniel Turini4-Nov-02 20:45
Daniel Turini4-Nov-02 20:45 
GeneralRe: Using blocking socket or nonblocking socket Pin
Kerry Chou5-Nov-02 1:14
Kerry Chou5-Nov-02 1:14 
Questionwhats interop? Pin
imran_rafique4-Nov-02 15:00
imran_rafique4-Nov-02 15:00 
QuestionCSocket Sequence ??? Pin
Walote4-Nov-02 15:05
Walote4-Nov-02 15:05 
GeneralCComboEx Question Pin
Ken Mazaika4-Nov-02 13:00
Ken Mazaika4-Nov-02 13:00 
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 

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.