Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why doesn't the Windows C compiler reuse incoming shadow space in noreturn functions?

C loop prints string twice? (using scanf("%c"))

c scanf

What does "int * const const * b" mean?

c declaration

Applying strcpy to a pointer to array + some_offset

Increase a struct pointer with half the struct size

c c89 pointer-arithmetic

select() does not seem to work on TTY

c linux embedded serial-port

Is it possible to get the address of a macro?

c

Array initialization in C causes Access Violation

c

Why does inserting a printf statement make my function work correctly? [closed]

c printf openmp

erroneous Visual C float / double conversion?

how to create a string literal as a function argument via string concatenation in c

Is there a way to make space input obligatory in the scanf() function?

c input scanf whitespace

Lint on C code: parameter of function (a pointer) could be const. *But* I am writing to passed pointer

c lint

Simplest fix for "error: taking the address of a temporary object"?

c++ c

Is the Break keyword the most efficent way to exit a for loop? C/C++

c++ c loops

Members of wchar_t string array missing

c++ arrays c string

When terminating a process is it possible to delete a file?

c windows file-io

Segmentation fault when casting int to char in C