Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the purpose of the C standard's `&`-exception to the array-to-pointer type conversion rule?

Passing an array as a parameter in C

Get string return value from C DLL in Delphi

c delphi dll

what does "POR" mean in embedded development?

c++ c embedded arm

How to use 2 C libs that export the same function names [duplicate]

c++ c word-wrap ambiguity

Selecting a Unique Identifier in C for an Embedded Application

c algorithm embedded

What is your favorite eclipse plugins for c / c++ development? [closed]

NTLM authentication for a web server side application

c++ c ntlm http-authentication

read() from stdin doesn't ignore newline

c input newline stdin

Are snprintf and friends safe to use?

c buffer-overflow printf

How to view call stack with dtrace

c solaris dtrace

C math library with integration? [closed]

c math integration

Can CreateFile() Open one file at the same time in two different thread

c winapi createfile

Error trying to define a 1,024-bit (128 Byte) Bit Field

c bit-fields

Combining wide string literal with string macro

Accented/umlauted characters in C?

Compiling program within another program using gcc

c

Conversion specifier of long double in C

c mingw

Named parameters with Python C API?

Explanation required for BITCOUNT macro

c++ c macros