Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Inversion of Control or Dependency Injection -- anyone doing it in C?

Why does C need prototype functions while Java does not? [duplicate]

java c function prototype

How can I get Visual Studio Code to give correct highlighting to a custom type in a C / C++ project?

Does write system call need the data to be read to give >-1 return?

c posix ipc

GNU Binutils' Binary File Descriptor library - format example

c gnu executable-format bfd

How can I set a user custom pointer in libwebsockets callback?

c libwebsockets

How to convert signalling NaN to quiet NaN?

c floating-point nan

Changing the address of a variable

c

How to verify that user input number is in fact a valid unsigned int in c

c

Passing address of array as a function parameter

c

strange function-like syntax in c and c++

c++ c

Problems compiling fio against musl-gcc

c linux gcc glibc musl

How to compare whole 2D array rows not elements

c

Why does comparing pointers with undefined behavior still give correct results?

c pointers comparison

Why does open() fail and errno is not set?

"private" variable in c

c

What is this strange expression in GCC/Clang?

Space efficient trie

c data-structures trie

Conditional jump or move depends on uninitialised value(s)

c valgrind

Why it's possible to invoke a function declared later in C?

c