Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Manually optimize a nested loop

c optimization

C: What is the portable/safe(thread aware) way to convert a number to a string w/o locale settings?

c locale glibc

DLL Import malloc Double Indirect Pointers

c# c dll dllimport

Java/C/C++/C#/PHP to Pascal converter? [closed]

java c++ c delphi pascal

vfork() system call

c fork systems-programming

deserialize function ( byte array to uint32 )

c bytearray deserialization

Finding Local maximum in C

c max

Using OpenMP to calculate the value of PI

c openmp montecarlo

Python ctypes calling reboot() from libc on Linux

python c linux ctypes libc

Get enum definition from shared library

python c ctypes

Global variables in Apache Server

c apache apache-modules

Output of this C code

c

Is it possible to embed nginx in a C/C++ application

c++ c nginx embedding

Checking if a mutex was locked [duplicate]

c linux pthreads

C preprocessor library

c c-preprocessor

Does "&" vs. "&&" actually make a difference for compile-time flags?

c++ c compilation

How to download and install Microsoft's Visual Studio C/C++ compiler without Visual Studio

c visual-studio

kill a process started with popen

c multithreading kill popen

libc source location - for download or online viewing?

c linux pthreads posix glibc

How sizeof(array) works at runtime?

c sizeof