Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to make GCC evaluate functions at compile time?

c gcc pre-compilation

Memory leaks in libcurl

Buffer size in file I/O

c

Make autotools add --std=c11 to CFLAGS

c autotools c11

How can I make a function have library-internal linkage?

c gcc compilation linker ld

Why is there a variation in the working of the comma operator in the below codes?

c comma-operator

golang return object from a function

c go

Is it "bad practice" to use tab characters in string literals?

C struct definition standard

Undefined symbol when loading a shared library

c++ c gcc arm cross-compiling

Which exponentiation algorithms do CPU/programming languages use? [closed]

Compile-time bitwise operations in C/C++

c gcc bit-manipulation bit

What is numpy empty doing under the hood when I allocate a massive ndarray?

Difference between prefetch for read or write

c gcc prefetch

STM32 STM32CubeF4 USB CDC operation

c embedded usb stm32 cdc

Accessing the same memory location twice, UB or not?

How to setup a ZMQ PUB/SUB pattern to serve only for pre-authorized subscriber(s)

c++ c c++11 zeromq pyzmq

What does int (*func)() do in C?

c

Compile Open SSL Dependent C Program with GCC

c linux gcc

Regarding the floating point abi flag used while compiling an application for arm target