Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What happens when a pointer is too big?

c++ c pointers

include errno if not accessed directly

c errno

What is the most efficient way of logging very small amount of data?

c++ c logging

How do I call the write syscall using inline assembler in GCC under MacOS X?

bind() fails with windows socket error 10049

c windows sockets bind

C - Pointer to a matrix

c pointers matrix

header files in C and its usage

c header-files

accept() returning "0" zero (stdin fd) in c socket prog

c linux sockets

How to write and read a struct which contains another struct in C?

c

POSIX socket send() function returns before having sent entire buffer

c sockets posix

sorting input in lexicographical order with dynamic array

c

Difference between & address and pointer address- Hexadecimal and pointer type data [duplicate]

Is strict aliasing still something to think about in C?

c gcc strict-aliasing

C What is ""first[a[c]-'a']++;"

c

String copy in C causing segmentation fault

c string segmentation-fault

C program causing segmentation fault

c unix segmentation-fault

Comparison between the two printf statements

c string printf

the typedef of pointer in c language

c typedef

Pseudo Random number generation in C using libsodium

c libsodium

C socket programming - printf does not print anything on the screen

c sockets