Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How does ruby's rb_raise stop the execution of the c function calling it?

c ruby raise

View macro expanded version of source while debugging

What is crtbegin.o and crtbegin_dynamic.o?

android c linux gcc android-ndk

emacs: is there a semantic-jump-to-declaration (using semantic.el)?

c emacs

How to hide helper functions from public API in c

c api private public

GNU build system question

c linker

What is the relation between PATH_MAX and NAME_MAX, and how do I obtain?

python c posix gnu limits

libxml2 HTML parsing

html c html-parsing libxml2

C/C++ Question about trace-programming techniques

c++ c trace dbx

lvalue-to-rvalue conversion of an array in ISO C

How to tell gcc to instrument the code with calls to my own function each _line_ of code?

C/C++ translation to assembly, low level memory behavior: how is it done? [closed]

Efficient C pool allocator?

C: Reading a text file (with variable-length lines) line-by-line using fread()/fgets() instead of fgetc() (block I/O vs. character I/O)

c file-io fgets fread

Should standards be specified in source code or in CPPFLAGS?

What is the purpose of the s==NULL case for mbrtowc?

What are the most common configurations where pointer writes are not atomic?

c++ c multithreading atomic

Windows hook with Python

python c winapi hook ctypes

How Linux C code find conf file(usually in /etc)

c linux project

Why division operation typically uses more resources in computer?

c math