Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Recursion: don't understand this result

c recursion

How can I effectively encode/decode a compressed position description?

c encoding compression chess

Overflow in C function strcpy() [duplicate]

c

Infix expression to Binary Tree in C

c tree expression

C language: Releasing memory of pointers to struct

c pointers struct malloc free

what is the use of (Underscore) in C?

c identifier

How does _mm256_shuffle_ps work?

c x86 simd intrinsics avx

C Programming - Multi-line comments

c syntax comments line

How can I "register" my library libfoo.so to link it with `-lfoo`?

c linux bash gcc dynamic-linking

Why am I not getting a segfault error with this simple code?

Initializing all variables in C in one line and uninitialized value

Can a string pointer in C be directly assigned a string literal?

c string c-strings

ssl_read() in TLS/SSL with TCP stream not returning the whole buffer written by BIO_write()

c sockets tcp openssl polling

How do I get the printf at the end of do while loop to be executed? it just skips it

c cs50

Conditional operator " ? : "

c conditional-operator

Most efficient way to set n consecutive bits to 1?

c bit-manipulation

What is exactly an "invalid conversion specification"?

Can pointer point to itself memory address in C?

c pointers memory-address

is it better to use sleep() or an infinite loop to wait for an event?

c sleep libssh

Block Structure memory allocation for variables

c++ c