Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why void pointer if pointers can be casted into any type(in c)?

c pointers void

How to pack and ship a simple c application in docker without the gcc compiler?

How to add additional source files in Makefile

c makefile

socket file descriptor changes automatically

C: Array initialization segfaults depending on size and call to printf()

Does WriteFile signal the event if it completes synchronously

c windows winapi

How to print ASCII instead of integer in C?

c

Using Python Regex to Find C function in File

python c regex

Comparing sub ranges of a char array in C

c arrays char range

C/C++ TensorFlow hello_tf.c:(.text+0xa): undefined reference to `TF_Version'

c++ c linux gcc tensorflow

iterating through a struct in c

c pointers struct boolean

Rules-of-thumb for minimising floating-point errors in C?

strings handling C linux and windows

c windows linux string

C programming - threads, and what is void (*func)(void*, unsigned long)

What sync primitives can I use with clone(2) (C/C++)?

c++ c linux multithreading

Throwing errors when trying to compile code with ltoa in Linux

c

warning: format '%c' expects type 'int', but argument 2 has type 'char *'

c char

Are %f and %lf interchangeable when using printf? [duplicate]

Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?

Trying to understand logic behind network communication

c network-programming