Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How do you free a parent memory in an EXEC call in Minix?

c memory-management minix

Unable to compile C in eclipse juno

c gcc mingw eclipse-juno

Is this correct usage of weakref?

c gcc

clang_complete pattern not found for C structs

c vim clang clang-complete

How to solve segmentation fault problems happening in support libraries?

How can one test C\C++ code which uses MPI calls: is there any set of mock functions, that I can use?

c++ c testing mocking mpi

Fast open thousands of files in linux/c

android c file-io

Ensure enum name uniqueness in C without adding long prefix

c enums c99

SymFromAddr returns ERROR_INVALID_ADDRESS flag, how to get stack trace in mingw?

c++ c debugging winapi backtrace

devil not loading images with linux build

c++ c linux devil

How to display SQL statement including host variable values in Oracle Pro*C?

sql c oracle binding

Problems of using srand() in libraries

c++ c random software-design

What is an easily hackable C preprocessor?

c c-preprocessor

init-declarator-list and the GNU GCC attribute grammar

c attributes grammar gnu bnf

Storing small (1.0E-12) numbers as doubles in scientific notation

C - fscanf Mixed Numbers and Static Text

c scanf

Difference between getting function pointers from shared library

c shared-libraries

Matrix Multiply with Threads (each thread does single multiply)

CLOCK_MONOTONIC and pthread_mutex_timedlock / pthread_cond_timedwait

c++ c linux pthreads mutex

How does the lambda macro create a lambda?