Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Lua script to C++ code

c lua stack

Parsing integers as fast as possible

c optimization integer

Weird behavior in the console window in Windows 10

c programming - directory name from DIR* struct

c linux gcc dirent.h

Xcode: the platform is not currently connected

c xcode apple-m1

Should I define functions in .h file or just declare them?

C atomic read modify write

c atomic powerpc

Optimize a separable convolution for SIMD friendly and efficiency

Why does pointer != NULL, but prints as (nil) with %p format specifier?

c pointers gcc

Can optimizing compiler deduplicate functions with identical assembly?

c assembly optimization

Why do we need condition variables when we can use two semaphores?

C macro expansion order (need to understand why) [closed]

c c-preprocessor

GNU ld - Don't allow multiple definitions (function symbols) or at least warn when found in single archive (*.a)

Correct interpretation of clause 6.5 Expressions in the draft C standard

c strict-aliasing

Order of opening named pipes causing possible race condition?

c pipe ipc named-pipes

gcc: link-time substitution

c gcc linker

Segmentation fault when calling printf from C function called from assembly [duplicate]