Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Build issue with go using SWIG and an external C library

c++ c go swig

Problem with loop in C

c for-loop nested-loops

Limit on memory allocation in windows + am I calculating this properly?

C compiler optimize loop by running it

Problem with scanf and fgets

c stdin scanf fgets

Why strstr() search for null string always return true?

c

is the call of a c dll function from a c client asynchronous?

c dll visual-studio-2017

Using goto after a variable declaration at block scope in C

c goto

mmap same file, same physical memory?

c linux mmap

Weird C library linkage issues on Mac - Segmentation Fault

macos c segmentation-fault

Does recursive functions have some limitations? eg: how many layers does the function require?

Can I save (and use) char* literal passed to a function after it ends?

c

STM32F3 DAC signal generation using DMA

c stm32 dma dac

Opencl atomic_add() function returns wrong value

c++ c opencl atomic data-race

Undefined reference to error when .so libraries are involved while building the executable

c gcc ld dynamic-linking .so

Usigned char goes over 255

c bit-manipulation

(char)NULL , '\0' and 0 all mean the same thing in C's memset?

linux c

Insertion Sort by swapping

c++ c algorithm sorting

Can anyone suggest a way to trace every call of a function?

c linux perl