Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How does DBL_MAX addition work?

c++ c double

Calling different C functions according to the C++ template type

c++ c templates macros

Properly using/creating dynamic cstrings in C with malloc?

c malloc cstring

How to create a file inside the `/etc` folder in Linux with C?

c linux permissions

How do I find the time complexity (Big O) of while loop?

c time-complexity big-o

Signal handling - Async functions and multi threaded applications, Signal stack

FPGA programming with VHDL and C

c vhdl fpga powerpc

The right pattern for sequence of allocations and operations which may fail

c design-patterns

Stepping Over in Emacs GDB

c debugging emacs gdb ffmpeg

Compact C Folding in Vim

c vim folding

What are the [[reproducible]] and [[unsequenced]] attributes in C23, and when should I use them?

c attributes c23

strcmp returning unexpected results

c char strcmp

Storage of local constants in C

c linker elf

Passing an array of objects to a function in Objective C -- and returning an object

c arrays function pointers

Utilizing same header file for linker script and C program, is it possible?

Dynamically allocate matrix C for multiplication