Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why symbols malloc, __malloc and __libc_malloc point to the same code address?

c++ c linux gcc symbols

What does write() write if null terminator is already reached?

c string nul

make is giving error make: *** No rule to make target `clean'. Stop

c++ c macos makefile

what does -0x4(%rbp) means in gdb disassembly?

c gcc gdb disassembly

Is `uint_fast32_t` guaranteed to be at least as wide as `int`?

c c99 integer-promotion

What harm would arise by pointer arithmetic beyond a valid memory range?

c pointers

Find winner in a tic tac toe match [closed]

c arrays char

SSL_CTX_set_tlsext_servername_callback callback function not being called

c++ c ssl openssl

message queue in C: implementing 2 way comm

JNI - Listener in C++/Java - is it possible to instantiate Java objects in c++ and use them as parameters

Behaviour of sizeof with string

c string sizeof

Wait for user input in while(1) loop

c while-loop

Address space for shared libraries loaded multiple times in the same process

Serial communication: 0x0D is replaced by 0x0A during transmission

c++ c linux serial-port

Binary to Float

c floating-point binary

Use casts to access a byte-array like a structure?

g_signal_connect for right mouse click?

c gtk

Analysis of float/double precision in 32 decimal digits

c++ c precision

mktime returns wrong timestamp (off by a whole month)

c date time utc mktime

How to chain multiple fma operations together for performance?

c++ c floating-point fma