Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

fadvise vs madvise? can I use both together?

c linux file mmap

Is there a way to utilize all XMM registers?

How can I use "gcov" even when a segmentation fault happens?

c segmentation-fault gcov

How to copy a char pointer into a char array? [duplicate]

c string pointers arrays

volatile const int meaning in C?

c

struct as a base class - C/C++ interoperability

c++ c class oop struct

Standard ML Proof of soundness?

c compiler-construction sml ml

Python Function Capsules

Can this C code create zombie processes?

Does recv(...) operate this way?

c sockets posix recv

Looking for macro converting decimal value into its hex representation

c macros hex decimal

Why doesn't C code compile properly in Visual Studio?

Converting a UTF-8 text to wchar_t

c utf-8 wchar-t

Python alternative to fscanf C code

python c python-2.7

What c code would compile to something like `call *%eax`?

c assembly

Is there C macro for member methods?

How to deal with wrong input C?

c input scanf

How to get environment variables in C in a cross platform way

gcc unused-but-set-variable warning on volatile

c gcc

small bug reading input with C program

c scanf