Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Using ptrace from multithreaded applications

Python extension building with boost

c++ python c boost

bubble sort with link list

c linked-list

Lightweight web authentication for embedded system

Input within a time limit in Standard C

c

Z3 with Craig interpolation (iz3)

c z3 smt theorem-proving

Knapsack with sum of weights of about 10^9

c++ c algorithm

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

CLOCK_MONOTONIC and pthread_mutex_timedlock / pthread_cond_timedwait

c++ c linux pthreads mutex

What C preprocessor conditional should I use for OS X specific code?