Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

struct with typedef and declaring a function

c struct typedef

Is bind() necessary if I want to receive data from a server using UDP?

c udp bind

Undefined behaviour or not undefined behaviour

Why FILE pointer after being passed to a function changes when back in main in C?

c pointers

How to pass a multidimensional C array to a function? [duplicate]

Is it possible to typedef a preprocessor directive?

c c-preprocessor typedef

Read and write to a memory location

c

Using a C++ Library in a C Project causes a long list of errors

c++ c eclipse gcc mingw

Execlp vs Execl

c execl

Shouldn't this give an out-of-bounds warning?

c++ c

malloc() and memset() behavior

c gcc malloc glibc memset

How to insert function address into hashtable?

c function hashtable

What's the meaning of "##" in a C++ macro? [duplicate]

c++ c c-preprocessor

initialize the struct pointer

c struct initialization

C - Delete the i-th Character from a Writable Char Array

c string

C - Not printing out the whole string

c string printf scanf

How to properly synchronize threads at barriers

C uses different data type for arithmetic in the middle of an expression?

ASCII Art - Sorting an array of ASCII characters by brightness levels (C/C++)

c++ sql c ascii ascii-art