Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is the double 0.0 always represented exactly in portable C?

convert binary data into hex string for C program

c language-agnostic binary hex

Any Open Source Fast Fourier Transform C implementation? [closed]

c

Make pointer to point on another C program [duplicate]

c

C program - Structure variable data packing and alignment

Qsort array of strings in alphabetical order

c arrays qsort

Signed and unsigned characters behavior while printing in C

c

How can I fix "/usr/bin/ld: warning: trap.o: missing .note.GNU-stack section implies executable stack"?

Merge Sort Algorithm in C not working properly

c algorithm sorting mergesort

Does chmod() need leading zeroes to work properly?

c chmod atoi

How to pass lists into a ctypes function on python

c python-2.7 ctypes

w+ not working when trying to read file content

c fgets fputs

Suppress Divide or Mod by zero Compiler Error in C

c crash divide-by-zero

How can i call a function that written in kernel module, from the user program?

How to execute an async Query with libpq

c postgresql libpq

can't make work multiple assignments in bison/flex

c gcc bison flex-lexer

MPI kill unwanted processes

c mpi

Alphanumeric to numeric in c ambiguity

c++ c

How to keep track of how much memory is leaked?

c memory memory-leaks