c
Window without client area in WinAPI
On these screenshots we can see unordinary window frame in different applications: QIP logo on its login window frame (not client area) - http://postimage.org/image/2fdjg0h44/[详细]
2023-04-12 20:19 分类:问答Replacing shared object (.so file) while main program is running
I have a shared object gateway.so (in Linux/C). Anda.out application is using it. QUESTION A I guess: w开发者_运维百科hen process a.out starts, the loader loads the gateway.so(I am not using dl fun[详细]
2023-04-12 20:12 分类:问答How to compare hex values using C?
I am working with hex values. Until now I know how to print hex values and also precision thing. Now I want to compa开发者_开发问答re the hex values. For example I am reading data from a file into a c[详细]
2023-04-12 20:06 分类:问答Get Process Status with WinApi in C (Active or Not)
At my operating system course in a project we have to 开发者_如何学Goget process status. We are coding with c.[详细]
2023-04-12 19:50 分类:问答Python C Extension with Numpy
I\'m trying to create a C Extension for Python with Numpy and have some problems reading the data from Numpy in my C code.[详细]
2023-04-12 19:12 分类:问答Where does the OS store the command line arguments?
I am working on Linux. In which section of memory are the command line arguments stored (stack or heap)?[详细]
2023-04-12 19:10 分类:问答Any CPU dependent on C++/CLI dependent on native C dll (any cpu for c++/cli)
Here\'s my problem. I am wrapping a C dll in C#. To do this, I am first writing a C++/CLI wrapper. The native C library is linked to the C++/CLI wrapper. (Linker properties in C++/cli project).[详细]
2023-04-12 19:03 分类:问答AI, moving towards target by apply force
I have a level containing points in 2D, one being controlled by the user the rest being controlled by the required AI, the points move by applying a set amount of force each second which is pushed int[详细]
2023-04-12 18:45 分类:问答how to find duplicate string in an array of strings
I have an array of string from which i have to find duplicate string and then remove that duplicate string like i have string[详细]
2023-04-12 18:44 分类:问答Generator to change a C++ API into a C interface?
Is there some kind of tool i can give a c开发者_C百科++ header to and have it change the API/lib/interface into a C interface as well as generate the C functions to cast and call the C++ code?I think[详细]
2023-04-12 18:33 分类:问答