Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

giving parameters into math function

Is there a difference between %0.f and %.f in C

c

C Macro trick to hide assignment?

c macros

Converting an array of int to an array of char and back via memcpy in c++

c++ c memcpy

SDL library memory leak

c sdl

Why can't object (.obj) files be moved across platforms?

c++ c

What happens when connection drops in sockets (C)

Building an ASN1 set using the openssl C API

c openssl asn.1

Is C compiler allowed to optimize away unused function arguments?

What's wrong with this code, which gets content (chars) from file and stores it in char**?

Why do we need a message pump when setting up an event hook, even if we don't create any windows at all?

c windows winapi

C _Generic and char arrays

c generics

How often is a number divisible without a rest?

c math

Register a Lua Class in C

c lua

Reading Bluetooth Signal Strength

c# java c bluetooth rssi

Will writing million times to a file, spoil my harddisk?

c file io storage disk

Clarification on integer constant expressions

c c99

Error: accessing elements in char array initializer not working with char

c char

Is this a C language undefined behaviour? Different results in clang and GCC

storing of strings in char arrays in C

c arrays string char