Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Type of Function in C or C++

SDL: Is this safe to do in a multi-threaded program?

c multithreading sdl

What's the proper implementation for hardware emulation?

c optimization emulation

Passing a variable length 2D array to a function

c arrays function

CUDA and C++ for host and device code

c++ c cuda

Fast way to copy an array

How to pass a 2d array returned in a C function to python using ctypes

python c ctypes

Signals and libraries

Why does that macro-emulated function default argument expand differently in GCC and MSVC (C or C++)?

c++ c macros language-lawyer

Why register array names can be assigned to pointer variables without compiler error?

Converting a big integer to decimal string

Largest triangle in convex hull

how to remove path from the default gcc search path

c gcc ubuntu boost

fatal error: editline/readline.h: No such file or directory compilation terminated

c editline

Pass a callback function from python to c using cython

python c callback cython

random(int) and randomize() in C

c random

Why does `accept(2)` need the `sockaddr` length as a separate pointer?

c macos unix

Flexible array member without having to be the last one

What are ways to detect race conditions on Linux?

c linux gcc x86 valgrind