Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Get rid of IAR compile warning Pa039 ? "use of address of unaligned structure member"

c pointers compiler-errors iar

OpenSSL 1.0.2 and error "SSL_CTX_new:library has no ciphers"

c windows openssl

Cross platform solution for input on stdin with arrow keys support?

c input scanf fgets arrow-keys

How to get Radare2 to use symbol table information for library calls?

how to implement scoped enum in C

c enums

Passing C++ struct to library expecting C struct

c++ c linux struct

What if a null character is present in the middle of a string?

c null sizeof strlen

C program: Use an array outside the scope it was defined in

Timeout implementation in C for TFTP

c sockets timeout client tftp

Discover program's image in memory

c memory

Is there a way for extconf.rb to not use certain warning flags?

c ruby

Time Complexity of Nested for Loops with if Statements

c++ c big-o

In a c program, does the whole process terminates when the main thread terminate?

how fread works in C?

c fread

Loop unrolling optimization, how does this work

c assembly

Delete whole linked list in C - Why not use reference pointer?

c pointers linked-list

Should the memory allocated by wcsdup be freed explicitly?

c++ c windows posix

How to work with a 2D array with unknown dimensions?

c pointer, how to free it/them into a function

c function pointers