¡@

Home 

c++ Programming Glossary: chen

How to show Windows Explorer context (right click) menu?

http://stackoverflow.com/questions/10668456/how-to-show-windows-explorer-context-right-click-menu

in your applications Explorer Shell Context Menu A Raymond Chen blog series How to host an IContextMenu And some non C samples..

Using v-table thunks to chain procedure calls

http://stackoverflow.com/questions/1090755/using-v-table-thunks-to-chain-procedure-calls

of how it works let's turn to our good friend Raymond Chen and his discussion of adjuster thunks http blogs.msdn.com oldnewthing..

updating a string table with UpdateResource

http://stackoverflow.com/questions/14088057/updating-a-string-table-with-updateresource

data L empty string to skip string ID 0 L Raymond L Chen L is L my L Hero remaining strings to complete the group..

Correct way to check if Windows is 64 bit or not, on runtime? (C++)

http://stackoverflow.com/questions/2140619/correct-way-to-check-if-windows-is-64-bit-or-not-on-runtime-c

share improve this question Here's what Raymond Chen suggests in his blog at http blogs.msdn.com oldnewthing archive..

LNK2001 error when compiling apps referencing STLport-5.1.4 with VC++ 2008

http://stackoverflow.com/questions/261377/lnk2001-error-when-compiling-apps-referencing-stlport-5-1-4-with-vc-2008

c linker stlport share improve this question Raymond Chen recently talked about this at The Old New Thing one cause of..

Detect When Network Cable Unplugged

http://stackoverflow.com/questions/2916243/detect-when-network-cable-unplugged

windows xp share improve this question Raymond Chen blogged about something similar recently. Here is the relevant..

How to keep my topmost window on top?

http://stackoverflow.com/questions/3066082/how-to-keep-my-topmost-window-on-top

another window that specifies itself as TopMost. Raymond Chen has a good article on this. Also a duplicate of this . share..

stdcall and cdecl

http://stackoverflow.com/questions/3404372/stdcall-and-cdecl

c stdcall cdecl share improve this question Raymond Chen gives a nice overview of what __stdcall and __cdecl does . a..

How should I use FormatMessage() properly in C++?

http://stackoverflow.com/questions/455434/how-should-i-use-formatmessage-properly-in-c

a bit unclear on how insertions should be used but Raymond Chen notes that you should never use them when retrieving a system..

C++ string memory management

http://stackoverflow.com/questions/608370/c-string-memory-management

this question You are stepping into the shoes of Raymond Chen. He did the exact same thing writing a Chinese dictionary in.. too writing it in C#. Mr. Mariani made one version. Mr. Chen wrote 6 versions trying to match the perf of Mariani's version...

Getting another process command line in Windows

http://stackoverflow.com/questions/6530565/getting-another-process-command-line-in-windows

hasn't already mangled that section of memory. Raymond Chen discussed this awhile back on The Old New Thing . share improve..

DLL_PROCESS_ATTACH failing to execute on Windows 7 C++

http://stackoverflow.com/questions/8556782/dll-process-attach-failing-to-execute-on-windows-7-c

loadlibrary share improve this question Raymond Chen has something to say about this in his blog entry titled Some..

Does several levels of base classes slow down a class/struct in c++?

http://stackoverflow.com/questions/99510/does-several-levels-of-base-classes-slow-down-a-class-struct-in-c

'this' pointer is required before making the call. Raymond Chen describes how this works for COM objects. Basically calling..