Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Increasing SSL handshaking performance

c++ c openssl

When debugging or linking, what does the word "symbol" refer to?

c debugging symbols

How do I resolve linker library order problems?

c gcc linker

Cython, C and Fortran

python c fortran cython

Sorting an Array in C from low to high (without using qsort)

c arrays algorithm sorting

how to access local storage using pthreads

c pthreads local-storage

String concatenation without strcat in C

c string

C compiler error - initializer not constant

c compiler-errors

Different Truncation Results When Casting

c casting rounding truncate

How to compile a simple source file with GCC in Linux

In C, assignment of function pointer to appropriately-typed variable gives "cannot convert ... in assignment"

c++ c function-pointers

Can I free() by referencing an offset pointer? [duplicate]

When writing openCL code, how does it perform on a single-core machine without a GPU?

Make select() crack without writing to a file desc?

c select timeout

strcpy string array

c strcpy

Does xlib have an active window event?

c linux xlib xorg

Referencing C functions in static library from C++

c++ c static-libraries

C opaque pointer gotchas

c++ c typedef opaque-pointers

What is the problem with the following piece of code?

c

Best way to generate the following bitmask for a given input?

c bit-manipulation bitmask