Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

man pages for optional C11 Annex K functions

c unix c11 manpage tr24731

What do rb_yield_splat and rb_yield_values2 in C Ruby (MRI) do?

c ruby

simple XOR algorithm

c string cryptography xor

Memory Leak in C with fopen

Why sizeof(0.7)=8 bytes in c?

c floating-point size double

How to watch complex objects in gdb?

c++ c gdb qt-creator

what is the difference between jtype (of JNI) and type of C/C++?

String assignment inside if else block?

c undefined-behavior

Why short is stored as 4 bytes in a struct in C?

c struct sizeof

Why doesn't GCC like this?

c

Get number of active threads spawned by current process on MacOS

Replacement and stringification of #define

How to read or capture Ctrl+some key or Alt+some key in C?

sprintf raw bytes to string in C?

c string format-specifiers

How is gcc's malloc attribute used?

c gcc gcc-warning

In an ARM device tree file, what do the three interrupt values mean

MPU6050 - Gyroscope tilt angle measurement for self balancing robot?

Converting binary reading function from C++ to C#

c# c++ c c#-4.0

Weird behavior of fopen on ios

objective-c c ios

WinAPI - message loop with own callback

c++ c winapi