Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

A fractal in c - Sierpinsky triangle

c fractals

Doubt in malloc. C (Linux)

c malloc posix buffer

CUDA driver API equivalent for cudaSetDevice

c cuda

Performant malloc implementation for executable code [closed]

Reading values of SPI data register of STM32 MCU

c embedded hardware stm32 spi

When do .so files get loaded Linux?

char array and pointer -- can somebody explain the following output?

c pointers

Fast integer to decimal conversion

c++ Mysql C API mysql_real_escape_string

Using strncpy() to copy const char *

c strncpy

is fread on a single integer affected by the endianness of my system

c file endianness

bitwise shifts, unsigned chars

c++ c bitwise-and

Building a C iterator macro with a pre-C99 compiler

c c-preprocessor c89

C: static struct [duplicate]

c struct

Is there a logic behind the pointer operator conventions in C/C++? [duplicate]

c++ c

argc/argv random data/behavior

c argv argc

Does casting from Char to Int always give positive values in C

c casting integer char c-strings

Is accessing arrays out-of-bounds legal if what lies beyond those bounds is known in C? If not why not and how can this be worked around?

arrays c undefined-behavior