Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Question about C datatype and constant

c variables integer constants

Printing a pointers value

c pointers

What is the theoretical period of BCryptGenRandom function?

c cryptography bcrypt

Is it OK to pass the address of an int for scanf("%x", ...)?

ctags chokes on source file with unbalanced braces due to #ifdef

protobuf RPC structure (embedded ARM)

What is the most efficient way to read formatted data from a large file?

c++ c file input io

Does omp parallel for scheduling affect memory access?

Why does malloc(10) allocate 24 bytes?

Is `0x1F` an ASCII scan code, and if so, how is it repeatable?

c input ascii keycode

Using gcov on STM32

Iterating over AVL tree in O(1) space without recursion

c algorithm data-structures

multiply two arrays with int values

c arrays

Sorting a linked list in ascending order in C

c sorting linked-list

How to force scanf to match whitespace?

C Function in Python: Return an Array and Variables

python c arrays function return

Call function with arguments without parenthesis in C?

c function

Avoid newline on last line of output

c

Accessing pointer with pointer to a literal

c arrays literals

Don't stop printf at null termination (\0)

c printf