Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

JS/C Interop with zig cc and wasm

javascript c webassembly zig

Calculate frequency of triples in a C array for indexing

c++ objective-c c

pointer movement what is difference between cs[1], and *cs++

c arrays pointers

A C function that returns a char array Vs a function working with 2 char arrays

c function

Use strlen with scanf(%ms)

Instruction reordering on intel

c assembly x86 memory-barriers

Memory allocation/reallocation question

c memory-management c99

Any references on Dynamic Code Analysis?

Does this number have more than D decimal places?

c floating-point

Casting an [Float] to [simd_float4] in Swift

c swift simd

Is it wrong to allocate enough memory to a union for just one member?

how to compute the required column width for the ls multi-columns display?

Remove section created with __attribute__((section))

c elf objcopy

char *c="1234". Address stored in c is always the same

c pointers

File format for executable on Mac OS X

c macos forth

Why some threads don't receive pthread_cond_broadcast?

type of enumeration constants inside enumerator list in C

c enums embedded keil

Casting int function to void*

c linux void-pointers

OpenMP and C99 data

c openmp c99

How to find out what parts of the physical memory contain data/instructions of what processes?