Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Value of Py_None

python c cpython

Safety of using \0 before the end of character arrays

c char

Sorting 2 linked list of 50000 numbers with a limited set of operations

PJSUA Error on sip registration with c

Can we declare a function alongside variables in C?

c function nested-function

Parsing program: Segmentation fault (core dumped)

c

Does the Windows "cmd.exe" parse arguments differently?

Is there any rational reason to use a double to store an integer when precision loss isn't acceptable?

c

Why do we have two kinds of libraries in C/C++?

c

C Union of Differently-Sized Structures

c

Auto baud rate detect for STM32L0

\c escape sequence listed in man but unkown in C

c escaping printf gcc-warning

Why asm have impossible constraints when I name registers?

c assembly

Cross compile ARM on OSX x86-64

ios c xcode macos llvm

How to disable GCC warning "Wstack-usage" temporarily?

c pragma gcc-warning

Get absolute path of shared library in Python

python c dll

How can gcc/clang assume a string constant's address is 32-bit?

c linux linker x86-64 elf

Check if unix pipe closed without writing anything?

c unix process pipe

How to distinguish zero from very small number in floating-form

c floating-point precision

Problems with passing arrays as parameters

c arrays