Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

XLoadQueryFont fails on font found with XListFonts

c fonts x11

Alternatives to POSIX semaphores for 64-bit/32-bit IPC?

c++ c linux ipc semaphore

C union char array prints 'd' on mac?

c++ c

Should I convert to network byte order (hton*) if all machines on the network use little-endian?

Differences in linking behavior between Ubuntu and CentOS

c ubuntu linker centos

Weird behaviour of Java FFM on Windows platform when creating upcalls accepting both structure and pointer parameters

java c java-ffm

C-style pointer in Python, is this correct?

python c pointers

Function only works once - C

c winapi encryption xor

How to implement md5 or sha1 hashing in C [closed]

c md5 sha1

C - RegQueryValueEx sometimes in Release build

What does it mean to have a void* member of a struct in C?

c struct void-pointers

Purpose of using parentheses in macros

c linux macros

Why is the assigned stack frame size is different for malloc() and normal array declaration?

When converting a double to a string, what can the first string character be?

c floating-point

Why does gcc accept "int a = 3i;" as a valid statement?

c gcc

How to retrieve function name from function address using link register (like backtrace_symbol) in linux

c linux arm

How do I keep code portable while using FreeRTOS

Copy a uint8_t array to a struct

c memcpy string-literals

Explain difference between the use of void pointer

c pointers casting void

How to find number of Multiples of 3

c algorithm math