Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How do I print Unicode to the output console in C with Visual Studio?

Can an expression be too long in a c program for gcc to compile?

c gcc compiler-errors limits

Does isspace() accept getchar() values?

c language-lawyer c11

Why offsetof implementations strangely differs on C and C++?

c++ c offsetof

sizeof applied to the name of an array vs a pointer to the first element of the array

c arrays pointers sizeof

Easiest way to print 64 bit hex data splitted by 16 bits

c

Why this BitBlt example doesn't work anymore?

c windows winapi