Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how are integers seen in RAM?

c arrays int

How to debug Linux Kernel on a remote machine?

c linux linux-kernel gdb kgdb

Custom Windows GUI library

c++ c user-interface window

How do initial members, common initial sequences, anonymous unions, and strict aliasing interact in C?

Tic-tac-toe: Loading a save from a file

c file

Does nullptr_t break type punning or pointer conversions?

Fair comparison of code size

c embedded size

Doesn't ANSI C allow printing each character at a same place after a fixed time period?

c c89

Binary int to double without typecasting

Linked List in C - Segmentation Fault

How do I catch SIGUSR1 in luajit under Linux?

c linux lua ffi luajit

How much memory calloc and malloc can allocate?

c memory memory-management

Is INT_MAX+1 = INT_MIN in signed integer? [duplicate]

c unsigned signed

Is the '@' that precedes NSStrings actually an overloaded operator?

Linux, scanf in loop, while stdin already loaded

c linux

Array of strings linked list - Segmentation fault

c

Assigning value of hex to char

c

What's a good starting point for using Bluetooth input on mac in C?

c macos bluetooth

understanding the output of gprof on solaris

c solaris gprof

specifying variable field width in sscanf

c string printf scanf