Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

adding a new syscall for copying file to linux-6.9.8 but "Failed to stat source file" [duplicate]

c linux linux-kernel kernel stat

What does envp stand for?

c++ c argv

Dynamically reallocating an array of structs in C [closed]

c arrays struct realloc

Incompatible Pointer Type Error, sws_scale, ffmpeg

c pointers ffmpeg

why does fopen fail when given value from main( argv[])

c fopen

Why would the C standard (whatever is the latest) forbid this program due to strict aliasing?

c strict-aliasing

break a loop then not run next code if loop breaks

c break

Microsoft claims that a wchar_t can hold any Unicode character - is this true?

What is the purpose of bit shifting? [closed]

c++ c

In C, Is it possible to create a string without '\0(null)'?

arrays c null

Issue : Initializer element is not constant on C #define

Having trouble identifying the null terminator in a simple string

c

Run c code from a bootloader program

c assembly bootloader

What to throw in a C++ class wrapping a C library?

C socket: problem with connect() and/or accept() between clients. 111: Connection refused

c sockets connection

Trying to get this display function to work

c function printing