Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

python socket difference noted on shell and code in file

Problem with Array of Queues in FreeRTOS

c embedded queue rtos freertos

What is the point of assigning the size of a string?

c

adding elements to array of structs in C

c arrays struct

How to add meta data to Visual Studio C/C++ project

c visual-studio metadata

casting long to (void *) to pass

c casting void-pointers

Explain what is difference between without whitespace in scanf and with whitespace in scanf?

c unix

Parallel compile a huge C file (preferrably with gcc)

c gcc compilation

Declaration vs definition in C

c language-lawyer

does fetching values into local variables allow greater optimization in C/C++?

c++ c optimization

autotools: one project with one executable, one shared obj and a "shared" internal library

c autotools libtool

How we access stack variables without poping them?

c heap-memory stack-memory

Passing a const pointer to a struct vs pass by value [duplicate]

ref to stderr in (old) C code generates error

ELI5: What is the data type of `int *p[]`

c++ c arrays pointers types

fgetc blocking : problem with reading from a pipe

c ipc pipe fork