Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Portable way to "unpoint" a pointer typedef?

c typedef typeof

When is it not safe to turn off the __STRICT_ANSI__ flag?

c++ c c++11

Allocating large buffers on the stack

c++ c linux memory

Tilde '~' operator on _Complex, what does it do? Is it an extension?

c c99 complex.h

implicit declaration of function 'gets' is invalid in C99

c

Decimal to binary using Bitwise operator

Is it possible to define a pointer without a temp/aux variable? (Or would this be bad C-coding?)

c pointers

Detecting CPU capability without assembly

c cross-platform cpuid

Why my C code is slowed down if I am using += operator

Send message using MAC address on PC without IP in LAN

c linux network-programming

string to integer conversion edgecase handling

Access data member from function pointer in struct

Why does __m128 cause alignment issues in a union with float x/y/z?

Why does Apple define UInt32 as long or int depending on platform?

c macos-carbon

No epb/eip registers in gdb "info frame"

c x86 gdb buffer-overflow

How does Linux handle multiple sockets bound to the same port with `INADDR_ANY` and a specific IP address?

c linux sockets tcp

Why does TinyCC fail to link standard C runtime functions in 32-bit mode but works in 64-bit mode?

c linker mingw msvcrt tcc

What is __ext_vector_type__ and simd?

c++ c reference clang simd