Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Declare multibyte character array where bytes > 2

c++ c character-encoding

Why is my empty array not empty?

c++ c xcode

Convert a uint8_t array of values to their hex equivalents in a char array

c arrays hex data-conversion

Shuffle a deck of cards, somehow crashes?

c shuffle

C- Measuring numbers of read writes called by a function

c

function that takes a long value and returns with its bytes in reverse order in C

c pointers byte-shifting

free dynamically allocated memory

c free

What return type should I declare a function with if I don't care about the return value?

How does the compiler add a null-terminator when there is no more space?

when the c++ program stack size used is determined?

c++ c stack

How can a union member have a pointer to an instance of the union?

c pointers arduino

Cast to bool: `!!` vs `(bool)`

c casting boolean

Can a macro replace a token that appears within its argument list?

c c-preprocessor

Branch condition evaluates to a garbage value when dereferencing a pointer to a pointer

ios c pointers

warning: unknown escape sequence '\

c regex

Call a function in C++ by its address without knowing the return type

How to parse simple string in C?

c parsing

Accessing dynamically allocated structure received through socket

c sockets struct

weird structure declaration method in C

c struct