Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to cancel an alarm() signal via a child process?

c signals alarm child-process

C malloc, memory usage only when populating

c memory-management malloc

Error compiling process SIGALRM kill

c linux fork alarm

Finding maximum and minimum with CUBLAS

c++ c cuda cublas

Is this multiply-divide function correct?

c++ c algorithm math numbers

Is the amount of padding in structure in C is Compiler dependent or well defined?

c padding

Free a pointer without knowing the length [duplicate]

c pointers free

16-bit C code compiled with GCC

c gcc compilation 16-bit

Do the openssl X509_verify_cert() verifies the signature in the certificate?

c linux openssl

How to know where I am booting from

c linux linux-kernel kernel

Git checkout with libgit2

c git git-checkout libgit2

How do I fix a "version `GLIBC_2.14' not found" error?

c shared-libraries glibc

Light position coordinate in phong shading

c opengl glsl

Pointer to function vs global variable

printing the integral part of a floating point number

Efficient way to write results to file during the computational experiment

c++ c performance file file-io

What does "point" mean here?

c

Freeing memory of used data leads to Segmentation Fault

c pointers hashtable resize

How does this code work to Find the next highest power of 2 for any given number

Why use fopen() mode 'b' (stdio.h) when output can be non-ASCII regardless?

c stdio