I am trying to convert a wide char string to Vietnamese ANSI (CP 1258), and for some reason half of the d开发者_高级运维iacritics are wrong. I did some research and unearthed this: http://www.siao2.co
I\'ve recently come up with some code that logic (and various places on the internet) says should work.
I\'m writing a Win32 application, using just C++ and WinApi calls. I need to run an 8192-point FFT over 20ms of WAVEFORMATEX data. What would be the most e开发者_如何学Cfficient method of accomplishin
i am "embedding Windows Explorer" in my Win32 application. (Technically i am hosting a ShellView of a folder in my application, which is what Windows Explorer does).
I have a FileMapping class that allows me to also lock a file for exclusive use by my process by using the Win32 API function LockFileEx().
Using the following code to create a Unicode string: wchar_t HELLO[20]; wsprintf(HELLO, TEXT(\"%c\"), 0x2074);
Why is ther开发者_运维问答e such function CallWindowProc? We are supplying the address of the window procedure, so isn\'t it better to call the function instead of calling another function which calls
I am trying to use the FindFirstFile function to traverse through all of my .txt files, but I am getting INVALID_VALUE_HANDLE error when I try it, here is my function:
I have a really strange problem with GetLastError and managed C++. GetLastError is returning something very strange after transitioning from unmanaged code to managed code.
I have been experimenting with the Koolplot plotting library. I have managed to set up the linking and includes so everything compiles nicely. I was wondering if it was possible to plot a graph within