Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Variadic Functions - Is there an argument limit?

c

Understanding bind function

Returning multiple values from a function in C

c function

storing all c stuct arrays in only one single memory segment obtained with malloc/calloc

Can't step into printf() function GDB. WSL2 Ubuntu 24.04

c ubuntu gdb wsl2

Esp32 bare metal bootloader

c embedded esp32 bare-metal

Finding the end of a zlib compressed stream

Do any POSIX functions or glibc extensions implement a breadth-first file tree walk?

Is subtracting a char by '0' to convert to int bad practice?

c input conventions digits

Is "void* p = &p;" legal in C?

c language-lawyer

gcc and glibc versions

c linux gcc centos glibc

Array-pointer arithmetic - legal and undefined behaviour [closed]

C Include .h not working?

c gcc

How to run a C program in Visual Studio Code?

c visual-studio-code

using Clang in windows 10 for C/C++

Assignment vs Increment operation

why don't I see the server running in netstat / ifconfig?

c macos bash sockets