Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to debug C-shared library (written in Go) - it hangs on net call

Call C++ functions containing STL data types from C

c++ c gcc

Writing synchronously to a file opened with FILE_FLAG_OVERLAPPED

Difference between a static and dynamic array

c++ c gcc icc

Visual studio gives a Buffer overrun warning when overrun can't actually ever happen

Questions about "gcc: unrecognized option `-rdynamic'"

c gcc solaris

Best suited data-structure for prefix based searches

Are basic data types in C mutable or immutable by default?

c variables types

Why is my file pointer causing an undefined symbol error?

c

fgetc stops when recognizing new line (\n)

c file newline fgetc

How to disable relro to overwrite fini_array or got.plt element

c linux gcc

How to verify external symbols in an .h file to the .c file?

c header-files

C: sscanf assignment suppression and the return value

c scanf

What is the maximum errno value?

c errno

Memory usage doesn't decrease upon calling free

Check username/password in Linux without root

c linux passwords passwd

GDB bit position bit-values

c gdb arm elf

Get typedef type and name with libclang?

c typedef libclang

how to fix errors caused by -Wconversion?

c gcc

Can I ask the kernel to populate (fault in) a range of anonymous pages?