Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to add elements from one array into another array of an undefined size based on a condition?

Visual Studio fails to load native dll in design mode

c# c wpf visual-studio dll

Copying missing headers on iOS

ios c iphone-privateapi

Why is the type defined twice when using floor() in C?

objective-c c

What is the Difference between Bottom-up and Top down methods in splay tree?

breaking down typedef structs in objective-c

objective-c c struct typedef

Using function inside a call back in different function

c serial-port embedded usb cdc

Static scoping in C/C++

c++ c scoping dynamic-scope

What's the difference between if( !(s & i) ) and if( s&i == 0 )?

c++ c bitwise-operators

Why does strncpy() produce garbage when the dest is smaller than the src but large enough to fit the wanted substring of src?

c string strcpy strncpy

The const char* should it be freed in C?

c function char constants free

How to ensure that static library and application are compiled the same?

c gcc static-libraries

Search string in file (C)

c arrays pointers replace

Will disabling interrupts protect a non-volatile variable or can reordering happen?

Implementing time delay function in C

c delay

Linux system call: getaddrinfo return -2

c linux system-calls

Program run in child process doesn't loop

c exec fork pipe

Anonymous struct with ANSI C

c ansi-c anonymous-struct