Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Where is the man page for the format specifiers in the C function printf? [closed]

c linux manpage

warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] the program work but how i fix the compiler error

c

I have some problems with linked lists

Data is not received correctly from TCP socket using C [closed]

c linux sockets tcp

Integer promotion for `long` and `size_t` when sent through ellipsis?

c integer-promotion

Typical C with C Preprocessor refactoring

c refactoring

Bit shifts in C

c bit-manipulation

x86-64 Kernel crashing on setting up the IDT

c assembly x86-64 nasm osdev

C program doesn't see last letter at .txt file

c

How do I convert an unsigned char array into a string in C?

c arrays string

getsockopt "Invalid argument" for IPPROTO_SCTP, SCTP_STATUS

c++ c sockets sctp getsockopt

Good output for first language [closed]

What does 'designate an object' mean in C?

c object

How to handle buffering serial data

c serial-port buffer

Inline initialization of an array

Why don't Kernighan and Ritchie include int for the main functions? [duplicate]

c kernighan-and-ritchie