MSN

5,866
reputation
365 views

Registered User

name MSN
member for 1 year
seen yesterday
website
location
age
2d
answered Is it good practice to NULL a pointer after deleting it?
Dec
16
accepted Resize a file (down)
Dec
16
answered Resize a file (down)
Dec
15
answered Can using 0L to initialize a pointer in C++ cause problems?
Dec
15
answered How do I find out if there is data available to be read from a socket in boost::asio?
Dec
14
comment Dynamically loading registry function on Windows 7?
I have no idea. Googling the error with GetProcAddress came up with nothing. Although it's also possible that the call to LoadLibrary failed instead of GetProcAddress.
Dec
11
comment Dynamically loading registry function on Windows 7?
At this point I don't know why that's happening. I run Vista on x64 and I can't repro it with a 32-bit console app. (Which doesn't match your environment anyways.)
Dec
11
accepted Find out if a function is called within a C++ project?
Dec
11
comment Complex pathing route
By undefined do you mean dynamic?
Dec
10
answered Find out if a function is called within a C++ project?
Dec
10
answered Dynamically loading registry function on Windows 7?
Dec
7
comment Why does ‘unspecified_bool’ for classes which have intrinsic conversions to their wrappered type fail?
Right. In the second case, it's not ambiguous. I think the first one is still ambiguous, however.
Dec
7
answered Why does ‘unspecified_bool’ for classes which have intrinsic conversions to their wrappered type fail?
Dec
6
awarded  Mortarboard
Dec
5
revised How to get address of base stack pointer
added 87 characters in body
Dec
5
comment How to get address of base stack pointer
If that's the case there's an API for that: StackWalk64.
Dec
5
awarded  Nice Answer
Dec
4
answered How to get address of base stack pointer
Dec
4
answered lseek function problem in a copy file program!
Nov
30
accepted How do you stop windows from resizing and moving your window?
Nov
30
comment What line of code could I use in C++ to disable energy saver?
As opposed to not working? That's what MSDN recommends.
Nov
22
comment Simulating a keypress AND keyrelease in another application?
Googling C# "SendInput" got me this: blogs.msdn.com/robgruen/archive/…
Nov
22
answered Simulating a keypress AND keyrelease in another application?
Nov
19
comment Interlocked and Memory Barriers
But again, there's a difference between a processor barrier and a compiler barrier. In this particular case, you at least want a compiler barrier.
Nov
19
accepted Is there any way that Enter/LeaveCriticalSection could leave a handle behind
Nov
19
answered Is there any way that Enter/LeaveCriticalSection could leave a handle behind
Nov
19
answered Can I extract C++ template arguments out of a template class?
Nov
18
answered Obtain the true name of the currently select file in the common file dialog?
Nov
18
answered Interlocked and Memory Barriers
Nov
18
comment Obtain the true name of the currently select file in the common file dialog?
What's wrong with CDM_GETFILEPATH?
Nov
17
answered Fastest way to search 1GB+ a string of data for the first occurence of a pattern in Python.
Nov
16
answered How does memory fences affect “freshness” of data?
Nov
15
answered Copying from double pointer to int array. Is this correct?
Nov
14
accepted Memory barriers and large structs?
Nov
14
answered Memory barriers and large structs?
Oct
22
accepted How to prevent inadvertently using delete and free interchangeably in c++
Oct
14
comment What is the performance of boost::interprocess_mutex vs Win32 native mutexes?
No kidding. That's why you might as well use a win32 mutex instead of rolling your own. Any "high-performance" cross process communication will not likely be high performance anyway.
Sep
20
answered Defragmenting C++ Heap Allocator & STL
Sep
15
answered How to compare two BSTRs or CComBSTRs?
Sep
15
comment Customizing Win32’s Save File Dialog
Why aren't you just using a custom dialog template also?
Sep
15
answered XAudio2 and variable bitrate audio
Sep
13
awarded  Yearling
Sep
12
accepted Designing efficient C++ code for fibers
Sep
12
answered initial value of int array in C
Sep
8
accepted Best way to determine if two path reference to same file in C/C++
Sep
5
comment incomprehensible time consumed in using memory mapped file
What happens if you compare the remainder last?
Sep
3
answered C++ segmentation-fault problem
Sep
3
answered How to track keyboard input and bypass SendInput
Sep
3
answered incomprehensible time consumed in using memory mapped file
Sep
3
answered How to quickly find maximal element of a sum of vectors?