Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to properly write an array of bytes in Assembly?

c arrays assembly nasm

invalid application of 'sizeof' to incomplete type 'int[]' When accessing integer array pointed by a pointer

c pointers

glib.h and gtk.h not found

c linux gtk glib gtk2

How is this behaviour of C explained?

c recursion decrement

Octlet, quad word or what?

c++ c types

C/Pointer - Declaring a local variable pointer without initializing it

Trying to pass an array of 2D strings to a function and print it

c

How to accept string input only if it of certain length in C else ask user to input the string again

arrays c string

Understanding sizeof for C Structures with bit-fields: alignment and packing

c struct padding bit-fields

Custom free function doesn't release memory completely, Valgrind reports 'still reachable'

How to use HAL_UARTEx_ReceiveToIdle_DMA - STM32

c embedded uart stm32cubeide

using macros to write #defines in C

c macros

csparse error while solving sparse system of equations

c matrix

How to call C DLL functions C++/CLI

c++ c dll c++-cli

Cocoa: most lightweight way to synchronize access to a double?

c cocoa thread-safety

How does the CPU cache affect the performance of a C program

c performance cpu-cache

Trouble importing a C function into Haskell

c haskell ffi

Implementation of Rainbow table

c cryptography rainbowtable

How to write a short block of inline gnu extended assembly to swap the values of two integer variables?

c gcc x86 gnu inline-assembly