Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to swap the addresses of two variables?

c pointers swap

Is the leading underscore for the function names for the __stdcall and __cdecl calling conventions optional?

c calling-convention

Most efficient way to use strcat() with a string and int?

What is the fastest way for bit operations to calculate a parity?

c bit-manipulation parity

Difference between array and pointer to string literal

Makefile compiling every time

c makefile

Can I return pointer to VLA?

Is there any way to retrieve a float from a varargs function's parameters?

Why the address of pointer of an Array is the same of the data stored in that pointer?

c arrays pointers

using Intel TBB in C

c++ c intel tbb

Obtain thread handle from thread id of ANOTHER process

Alternatives to printf() for MISRA C : 2004 compliant code

c stdio misra

Retrieve data from sqlite with c

c database sqlite

What to use the "fd_set *writefds" parameter in the select() statement for

c

When to call PostQuitMessage

c++ c winapi application-close

Vulkan vkCreateInstance - Access violation writing location 0x0000000000000000

c exception graphics vulkan

Why exactly is "Segmentation Fault " still a thing in C

SwapBuffers causes redraw

c++ c winapi opengl

Does Extern Break Encapsulation

c++ c qt oop extern

Communicating continuously between python script and C app

python c