Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to support multiple language in a Linux C/C++ program?

c++ c linux locale

Modifying string with russian symbols in c language

c arrays string

What is another alternative to strcat and strncat functions in C?

c string character strcat

Openmpi mpmd get communication size

What happened if I don't set EPOLLOUT event and direct call write() function?

c++ c sockets epoll

How to reverse the 4 bytes of an unsigned integer? [duplicate]

c int unsigned

Does the definition int a = 0, b = a++, c = a++; have defined behavior in C?

What is and how to solve the warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int *’ [-Wformat=] when printing it out

c compiler-warnings

Library to write an odf file from a C program [closed]

c document openoffice.org

Apache module command parser prototype

Linux Loader Lock / loader int __attribute__((constructor))

c linux .so

Frama-C / WP Proof of Moving Average Function - Pointer validity of array slice fails

C with inline assembly - recursive function that calls within the asm statement

Is value of variable always negative in case of overflow

c++ c integer-overflow

Understanding the flow of the kernel upon receiving a SIGSEGV for null-dereference

Function definition with prototype vs without prototype

How can a string parameter be of type byte * and of type wchar_t * at the same time?

c winapi char wchar-t

In C struct, why packed,aligned seems to do padding?

c gcc struct padding packing

Do we need to specify "protocol" when "type" is SOCK_DGRAM or SOCK_STREAM in socket()?

c linux sockets tcp udp

How do I create a file descriptor backed by a simple char array?