Thanks for the insight.
So have you suffered burnout or moved out of Banking before that happened?
I'm prepared for arrogance a-plenty and people who think they're gods gift. You're right though, the motivation is money- why else would I subject myself to increased stress and longer hours? :)...
Hi,
I'm starting a new permanent job with a large Investment Bank in London in about 3 weeks, which to be honest I'm looking forward to, but am slightly nervous in some ways too.
It's a new arena for me, after 5 years working in software houses. But I figured if I can, why not get paid double...
Press any key to continue."
Ok how do I do that? As soon as the user presses a key it continues.. no having to press return first like with Console.Read or Console.ReadLine..
I am looking for peoples opinions on .net obfuscators.
I am getting an evaluation of Dotfuscator Pro- what do people think of it?
Do you have any other suggestions for good obfuscators.
Thanks.
My C# client is successfully loading an unmanaged COM server and calling a method- however it is clearly holding onto the interface after calling the method.
I have come to this conclusion because the COM server process is not terminating. When the c# client does not use the server, it...
I want to write a C# component that can interop with a c++ COM client.
I have successfully done this using the MS examples- I have created a C# class library (dll) that I am successfully using from unmanaged c++.
However, because it is a dll, I have to call it in-process.
Is there a way to...
Coming from a c++ background, there must surely be .NET equivalents of the STL map, list, vector etc. classes. I can't find them anywhere in the .net framework, can anyone help?
I am using GetModuleFileNameEx to get the paths to processes running on my machine.
It works fine for virtually everything, but the odd one or two comes out with the path using tildas. e.g. c:\progra~1\myfol~1\proc.exe
Does anyone know why for some files it does this? Is there a way to get the...
Has anyone used this API?
BOOL GetDiskFreeSpaceEx(
LPCTSTR lpDirectoryName,
PULARGE_INTEGER lpFreeBytesAvailableToCaller,
PULARGE_INTEGER lpTotalNumberOfBytes,
PULARGE_INTEGER lpTotalNumberOfFreeBytes
);
I'm rather confused about how I interpret the...
I want to return a TCHAR* via the argument of a function, e.g. normally you would pass the argument by reference
void myfunction(type& myoutvariable)
for a TCHAR*, would I do...
void myfunction(TCHAR**)
i.e. a pointer to a TCHAR*?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.