Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

using repeated field rule in a message with nanopb in c

c protocol-buffers nanopb

Can i write preprocessor directives anywhere in my c program?

c c-preprocessor

C4996, fopen deprecated: Why? (NOT: How to suppress) [closed]

Bitshifts canceling out instead of expected behavior [duplicate]

Am I allowed to choose to disable these two MISRA rules: one statement per function and mandatory function prototypes?

c misra

Linked list implementation mistake in C

c

Ending a Loop with EOF (without enter)

c linux windows eof

Initialise struct pointers in a function in C

c pointers struct

Macros expansion using ## operator

c macros expansion

C - malloc and automatic storage

gcc7.2: argument range exceeds maximum object size 9..7 [-Werror=alloc-size-larger-than=]

c calloc gcc7

qemu-arm running compiled binary

Is it possible for fscanf to return zero and consume input at the same time?

c scanf

Segmentation fault appears when I use shared memory only from statically build program

Variable types in C and who keeps track of it

c cs50

Light the LED on STM32F103C8T6

c arm embedded stm32 stm32f1

I/O redirection

c windows redirect ascii

Garbage value even after initializing members of dynamically allocated struct array

c arrays pointers pthreads

Cannot set window text with Unicode special char

c++ c unicode mfc

Atomic 16-Byte operations on x86_64

c x86-64 inline-assembly