Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

initialize array inside struct in C

FastCGI, SCGI,

php c cgi fastcgi

In-place matrix rotation

c matrix

How to pass a two dimensional array of unknown size as method argument

long double math library implementations?

c math c99 long-double

Why glClear doesn't clear my screen?

c opengl

Why there is always some noise in the rendered text of freetype?

c opengl freetype

how to set the priority to get the mutex in C/c++

open source software to control computer fan speed [closed]

c# c++ c windows motherboard

Is there any C-language (or even C++) OpenID library around somewhere?

c openid

Choosing a computer on a LAN to act as a server

c++ c udp lan

Linux TCP server: reading client's IP address before accepting connection

c linux sockets ddos

What is the standard to declare constant variables in ANSI C?

c

C, design: removing global objects

c global-variables

Is there any C API in openssl to derive a key from given string

c openssl

C Unit Testing - Returning from a stubbed graceful exit routine

c unit-testing

Why works addr2line only for functions

c debugging elf

Using Arduino Libraries with AVR-G++

c++ c arduino avr avrdude

General Daemon/Server Design - Best Practices (C/C++, Linux)

c++ c linux daemon

How to select one of n objects at random without knowing n at first?

c algorithm