Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why isn't function call an lvalue

Why is SHGetPathFromIDList function exported three times

c winapi dllexport shell32

usefullness of function name in parenthesis excluding the parameters [duplicate]

c

clang and gcc different behavior with compound literal

How to enable a bit in octed only if it's 0?

c bit-manipulation bit

Is it safe for a subroutine to write in the stack of its calling routine?

c memory

How to avoid C runtime (crt*.o) garbage

c gcc crt

Can backspace escape cancel a new-line escape?

c terminal newline pty backspace

Race condition between signal handling and fork()

c process posix

Read corrupted data from TCP socket on Ubuntu Linux

c linux sockets tcp

Passing fscanf / sscanf string into a structure field char[4]

c struct scanf

Check For Possible Int Overflow From an Input

c

Why can't I set a value of a pointer int *x to, say, 10?

c pointers

How come even though arrays decay to POINTERS, its fine to keep the parameter of the function as an ARRAY?

c++ c arrays pointers

Swapping two structs from an array of structs (bubblesort)

Can I use scanf to capture a directive with a width specified by a variable?

c scanf

Conditionally change C statements in C source file

c metaprogramming