Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is _Nullable pointer in C?

c

Are int main() and int main(void) equivalent prototypes in C23?

gcc-arm-none-eabi 11.3 "is not implemented and will always fail"

c gcc arm embedded stm32

C initialize array within structure

c struct

C-library not linking using gcc/g++

c g++ static-linking

How can I parse a string to a float in C in a way that isn't affected by the current locale?

Is there a compiler or IDE for C on Windows that's regarded as an industry standard? [closed]

Isn't saying "C/C++" wrong? [closed]

c++ c

Can I "over-extend" an array by allocating more space to the enclosing struct?

Bit packing of groups of n repeated bits in a 32-bit word, compact to 1 bit per group

Remove unused function protypes from .h file

c header-files

Why is optimization forbidden if a C compiler cannot prove lack of UB?

Problems with fopen function on Mac

c++ c macos fopen

Generating prefix bitmasks

Does fork() create a duplicate instance of all the variables and object created by the parent process for the child process?

c multithreading fork

Passing socket descriptor between two processes using shared memory

Handling SIGTSTP signals in C

c signals

Optimizing calculating combination and avoiding overflows

c overflow

GDB stepping into shared library shows "no such file" even though debug symbols are loaded

Verifying a GPG signature using a specific public key with GPGME in C / C++

c++ c cryptography gnupg gpgme