lsalamon

1,676
Reputation
456 views

Registered User

Name lsalamon
Member for 11 months
Seen 1 hour ago
Website
Location BR
Age
lsalamon [a] gmail com
Nov
26
answered CORBA from .NET - (dis)recommended libraries?
Nov
24
asked This form of use of printf api makes it safer?
Nov
24
revised What are the exact differences between .msi and setup.exe file?
edited tags
Nov
24
answered how to create a 20000*20000 matrix in C++
Nov
20
comment Accessing contents of char** on a windows x64 cause exception
see if this code can help you: experts-exchange.com/Programming/Misc/…
Nov
19
answered How to get the cpu usage per thread on windows (win32)
Nov
17
awarded  Popular Question
Nov
12
comment COM calling convention on x64
x64 has a unique way call convention : [fastcall](blogs.msdn.com/oldnewthing/archive/…)
Nov
11
comment When should you use an STL other than the one that comes with your compiler?
for large data also has STxxL(stxxl.sourceforge.net)
Nov
10
answered MSDN RPC marshal document wrong?
Nov
10
answered How to optimize
Nov
10
answered Inserting leading zeros into an integer
Nov
9
answered Getting and terminating class’s/threads in C#
Nov
7
answered Learning Windows Services with C++
Nov
6
revised resources on creating a windows service using c#
add link
Nov
6
answered resources on creating a windows service using c#
Oct
30
answered Create a new EXE from within C
Oct
30
revised How to list all ActiveX controls?
edited tags
Oct
29
answered change a keystroke passing a hook(c/c++)
Oct
29
revised non-blocking thread-safe queue in C++?
added 6 characters in body
Oct
29
answered non-blocking thread-safe queue in C++?
Oct
28
comment Millions of small graphics files and how to overcome slow file system access on XP
really, but my suggestion may help just as a configurable option that aids in performance.
Oct
28
answered Millions of small graphics files and how to overcome slow file system access on XP
Oct
27
comment how to solve this problem with a cast of iterator ?
Bank shot. Accepted solution.
Oct
27
comment how to solve this problem with a cast of iterator ?
See type TypeToThreadIterMapStorage, want to do the assignment in the container for this type.
Oct
27
revised how to solve this problem with a cast of iterator ?
edited tags
Oct
27
comment how to solve this problem with a cast of iterator ?
source fixed now.
Oct
27
revised how to solve this problem with a cast of iterator ?
source fixed now
Oct
27
asked how to solve this problem with a cast of iterator ?
Oct
26
comment What is a safe equivalent of non-void STL erase?
I agree that this is an item not very safe, but the use of the increment operator is defined in this case. More on this same subject:stackoverflow.com/questions/436013/…
Oct
23
comment Why does an empty loop use so much processor time?
You have to see it this way: it's like a slice of CPU to other processes is reduced.
Oct
23
answered Creating Windows DLL from C++ source files
Oct
23
answered Why does an empty loop use so much processor time?
Oct
23
comment When/where was “Most vexing parse” coined?
you really read all the answers to the question of the link?
Oct
23
revised Does Windows 7 render old programs’ controls with GDI or the new DWM/WDDM?
edited tags
Oct
23
revised C# - writing a COM server - Properties mapped to methods
added 124 characters in body
Oct
23
answered C# - writing a COM server - Properties mapped to methods
Oct
23
answered Windows: Changing the DLL search order for an Exe
Oct
23
answered Disable IIS7 Compression for a single file from web.config
Oct
23
answered Is implementing a cache considered a difficult problem?
Oct
23
answered Memory management and realloc
Oct
23
comment How to make win32 exe invisible in TaskManager or any other process explorer, or make unkillable
tried, convicted and executed.
Oct
23
revised How to make win32 exe invisible in TaskManager or any other process explorer, or make unkillable
request for remove link
Oct
22
answered When/where was “Most vexing parse” coined?
Oct
22
comment How to make win32 exe invisible in TaskManager or any other process explorer, or make unkillable
Knowing your enemy is the best defense.
Oct
22
answered How to make win32 exe invisible in TaskManager or any other process explorer, or make unkillable
Oct
22
answered C++ templates Turing-complete?
Oct
22
answered How to identify memory consuming requests in ASP.Net
Oct
22
comment Is there any reason VB6 couldn’t be ported to .Net?
You can build a tool for porting vb6 code to .net but this requires time and money.
Oct
22
comment Is there any reason VB6 couldn’t be ported to .Net?
Changes is that they bring progress. Adapt to.