Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

I keep getting segfault 11 on the second if loop, what's the reason?

c

Conflicting types during libpcap compilation

Bitwise & over 32 bits

c bitwise-and c17

Use srand(1) and rand() to generate 1000 numbers from 65 to 122 excluding 91-96 in C

c

Reading command-line argument in C and checking is it a digit

Copy 2d array to another 2d array

Array index loop to begin instead of mem access error

Why I've allocated a pointer memory in a function, but it's also NULL?

c

Segmentation fault in C on Mac, direct copy from a tutorial

c macos segmentation-fault

Core dump on Pointer type-casting (int to double) in C

c

Is there need to convert byte order for strings?

c endianness

C ({ .. }) structure: parenthesis followed by curly brace [duplicate]

c gcc standards expression

What is the difference between shared and dynamic libraries in C?

Is it possible to achieve temeplatization in C as it is possible in C++

c++ c

Passing command line arguments to app written in C

c

Default values of uninitialized local variables in C

c variables initialization

Single-line initialization of array allocated by malloc()

c initialization malloc

Embedded system interrupt / hardware handling from Linux

c linux embedded arm interrupt