Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

"Shared Exponent" representation of a floating point vector in OpenCL C

C indentation tool

c indentation

Confusion on pointers C (Linked list)

c list pointers linked-list

A specific exe file can not be called programmatically

c# c vb.net windows-8.1

Finding number of k-prime numbers;

How can I call bash from C with a clean environment?

c linux

C code to auto-vectorize floating point minimum

c gcc vectorization sse simd

Multiple Ethernet Interfaces - How to create a separate network and access from C code

c linux tcp interface subnet

Porting threads to windows. Critical sections are very slow

Large file memory management

c file memory mmap

How, exactly, to use file-wide static variables in C?

c variables static scope

Lua 5.2: Bindings andNative Extensions: lua_register() causes segfaults due to lack of LUA_GLOBALSINDEX

c lua

Why do people add their own folder to the standard include path?

c include include-path

Endianness of 64 int64_t on 32 bits systems

c++ c endianness int64

Undefined linker symbol at runtime when the symbol equals zero

What is the optimal amount to malloc at a given time when the total needed is not known?

c memory-management malloc

CodeSourcery linker errors to static library

c gcc arm stm32 codesourcery

determining the time-stamp of sampled audio

c alsa

How to tell Xcode how to include a library specified with angle brackets?

ios objective-c c xcode

differences between memchr() and strchr()

c char