Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Replace a string in a macro variable?

Why is strnlen() not considered for inclusion in C23?

Best way to mask a single bit in AVX2?

c x86 simd avx avx2

How to check a buffer in C?

c linux string

Avoiding interpretation as octal in a C macro

c c-preprocessor octal

using C struct that is declared later

How to disable mouse wheel scrolling in GtkOptionMenu/GtkComboBox

c gtk scroll mouse mousewheel

Using Cython to expose functionality to another application

c++ python c cython

Suggestions on optimizing a Z-buffer implementation?

How to use FFmpeg API overlay filter in C / C++

Where are static values stored in assembly

c assembly

Winapi: Get the process which has specific handle of a file

c windows winapi cmd cygwin

fseeko, fseeko64; ftello, ftello64 Visual C equivalents

c++ c visual-c++ unix

TCP RST sent by kernel when client is killed or crashed

Translating C Structures to Fortran Equivalents

c struct fortran

Setting a fmemopen ed file descriptor to be the standard input for a child process

c linux pipe mmap

Does everything that may end up in a shared library always need to be compiled with -fPIC?

Where does the github actions output go?

Perform select and multiple inserts as transaction using C Connector?

mysql c transactions

Scope rules for C macros

c macros