Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

What is a "slow" device in the context of I/O call?

fgets and dealing with CTRL+D input

c linux fgets ctrl

How to call a Rust function in C?

c rust function-pointers ffi

I can't understand why the command 'typedef' can be used like this

c function pointers typedef