Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to create a struct whose size is not known at compile time?

c memory data-structures

How can a simple assignment cause a segmentation fault?

c

error: unknown type name struct

c

Precompiled header is from previous version of compiler

Does gcc initialize long strings to `""` but not short ones?

c gcc undefined-behavior

Character constant too long for its type (fgets)

c arrays

The named loop idiom : dangerous?

c++ c

Memset enum array values not setting correctly (C/C++)

c++ c arrays enums memset

Using a typedef as a variable name not generating any error

c++ c data-structures

PIC18F25K80 sending string through USART not working

c string pic uart pic18

Pattern with bitwise operators

c: strtod: double pointer vs. reference to single pointer

c pointers

C file open() function is only setting user level permission in Android

Are there any negative side-effects to using -mmacosx-version-min and -segalign flags to reduce padding space in an executable?

c macos assembly

Extern function declaration in Assembly produces a warning

c assembly

Can I bridge C inline functions to Swift?

Linking a dynamic library that links in symbols from a static library: macOS vs Linux

c linux macos linker-errors

Difference between position dependent and position independent code?

c

Recursive Function returning 0 in C

How would I assign multiple MMAP's from single file descriptor?

c mmap x264 file-descriptor v4l2