How to use c++ objects in c? – I have 2 projects decoder and dec in my visual studio. One […]
Month: December 2022
Suitable data structure for large graphs
Suitable data structure for large graphs – I have a large graph, is there any other data structure other than […]
How to determine C code is compiled for Android/NDK or iOS
How to determine C code is compiled for Android/NDK or iOS – I am reusing a legacy C library in […]
Linux function to get mount points
Linux function to get mount points – Is there a function (or interface; ioctl, netlink etc) in the standard Linux […]
Nested Parallelism : Why only the main thread runs and executes the parallel for loop four times?
Nested Parallelism : Why only the main thread runs and executes the parallel for loop four times? – My code: […]
Just check status process in c
Just check status process in c – I want to know the status of a process. I think I can […]
Can I get write access to raw disk sectors under Vista and Windows 7 in user mode?
Can I get write access to raw disk sectors under Vista and Windows 7 in user mode? – From the […]
Why isn’t there int128_t?
Why isn’t there int128_t? – A number of compilers provide 128-bit integer types, but none of the ones I’ve used […]
Returning an enum from a function in C?
Returning an enum from a function in C? – If I have something like the following in a header file, […]
What are the rules for casting pointers in C?
What are the rules for casting pointers in C? – K&R doesn’t go over it, but they use it. I […]