Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Volatile access of struct member

c volatile

Relation of endianness to assembly conversion of size in C

c assembly x86-64 endianness

How to change the precision of a floating point in C at runtime?

c types precision

How to remove duplication in Makefile?

c build makefile dry

Has anyone implemented a replacement for string.h using a struct to store the string and length?

c string

Process-shared condition variable : how to recover after one process dies?

GUI for linux c

c linux user-interface

bc (standard_in) 1: syntax error

c bash shell bc

set 2 values in a ternary operation - C

Why must the file exist when using the 'r+' mode in fopen?

c++ c fopen

Parse $PATH variable and save the directory names into an array of strings

c bash gcc malloc strtok

c - Error: "incomplete type is not allowed" , IAR compiler

How does the following va_arg macro work?

What does it mean to 'add an index to an archive file'?

c static-libraries unix-ar

relationship of c compiler and c standard library

What happens to already opened files when you change process ownership (uid/gid) in Linux?

errno in Multithread implementation

c++ c errno

How to create .DER from ASN1

c asn.1

What is wrong with this LLVM IR code

c llvm intermediate-code

thrust::reduce_by_key performance with few key repetitions

c cuda thrust reduction