Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What are the consequences of opening a file in C in text or binary mode?

c file io text-files binaryfiles

How do I count the number of words in a text file using C?

c word-count

Two-way communication with pipes

c linux pipe interprocess

No function name in stack trace, GDB, but appears in LLDB [duplicate]

c macos gdb stack-trace lldb

variadic format strings in C macros?

c macros variadic-macros

How are header files organized in linux

c linux

How to assign subsequent bits to C enumeration members?

c enums c-preprocessor

Strength reduction on floating point division by hand

Is #define X defined(Y) a valid C/C++ macro definition?

c++ c macros c-preprocessor

pointer to array not compatible to a pointer to 'const' array?

Define enum type in C

c enums typedef

How does GTK Statusbar work? What's wrong with my code?

c gtk

Benchmarking a bunch of continuous nop instructions

Is there a systemd-independent function for getting a USB device model?

c linux unix usb systemd

Calling printf() by its pointer

c pointers printf

Why can Python functions return locally declared arrays but C can't? [duplicate]

python c arrays pointers

C - How To Check If Traced Process Is 32 bits?

c elf ptrace

Is assigning a number too big to be represented in a bit field undefined behaviour