Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does [anon] means in pmap linux cmd

c linux embedded-linux

How to disable generation of shared objects (.so's) of a third-party library(mysql) which uses cmake

mysql c build makefile cmake

sending signal to child processes got lost for some reason. sleep function change result in a strange way

c unix ipc sleep

Porting a large C project from Unix to Windows

c windows unix porting

Is strtok in C89?

c strtok

Writing number in array into command for function

c

Which is the best way to perform these multiplications in C [closed]

c

platform specific placement of alignment padding in C structures

c alignment

Reaping zombie process - child

c

What does this program basically do? Subtraction of pointers?

c string

Best practices for structuring a C program (for CMake build)

c cmake directory-structure

Converting C to C++: typdef generating error

c++ c typedef

C: Wait for n characters on a blocking socket with timeout

Convert a string to unsigned long long int in C

c string unsigned

Why are the alignment padding rules different when inheriting from an aggregate? [duplicate]

c++ c struct memory-alignment

Exists lock-free hash tables that preserves insertion order?

Can't read anything after sending EOF?

c infinite-loop eof getchar

Is there any documentation for pre-K&R c?

c pdp-11