Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is pointer arithmetic still well defined after casting with alignment violation?

Need help figuring out parameters of __isoc9_scanf()

c scanf disassembly

Get the amount of memory allocated by malloc

c malloc

how should I call an external program from inside a C program

c

Where is allocated my memory in a dynamically loaded library?

What exactly happens when you create a pipe after a fork() command?

c

about implementing a multi linked list

c linked-list

Raw Sockets Vs Libpcap in sending performance

How to kill a child thread in C (Android NDK)?

How to properly install the perf command on WSL2

Is it legal to use more parameters than expected when calling a function?

python c language-lawyer

Checking if a type is a struct or pointer at compile time in C?

c c-preprocessor

Is ncurses a good choice to implement a command history in a C program in linux

c linux command history ncurses

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