Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can you determine stack depth in C?

c stack printf size

strcat adds junk to the string

c string c-strings strcat

How to find out whether CONFIG_FANOTIFY_ACCESS_PERMISSIONS is enabled?

c linux fanotify

Can't extract an integer from a thermometer byte reading

c embedded hardware pic lcd

UNIX domain sockets, send timeout, zero copy

c linux sockets unix unix-socket

How to decrease CPU Usage when it reaches to 100% when using while(1) loop

C Compiler error: unknown type name '__evenaccess'

c gcc compiler-errors

Why fails the following OpenMP program to reduce my variable?

c openmp

Using different mutex locks in threads

Should I query the OS before using LocalFree/HeapFree, from FormatMessage, with Windows 7/8.1 and Windows 10?

c windows winapi

Can anyone recommend an open source C- or Java-based scheduler for embedding as the heart of another program?

java c scheduler

listening using Pcap with timeout

c linux pcap

Can arrays of different layout alias?

c arrays

Printing out ordinals

c

Is there a reason to use C language pointers like this &(*foo)?

c pointers

Set 8th bit if all lower 7 bits are set without branching