Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C - pthread_join() hangs (sometimes)

c multithreading gcc pthreads

Best practices for determining binary regular file size in POSIX compliant C program

c posix

array take size of struct in union

c arrays struct

Return value of static volatile variable in C Function

c embedded volatile irq

Foolproof way to do configuration #define/#ifdef

c++ c

An intended buffer overflow that does not always cause the program to crash

c memory stack buffer-overflow

Accessing Linux environment variables without assigned value

libxml2 get xsd validation errors

c validation xsd libxml2

Is the conditional move optimization against the C standard?

X509_NAME macro in C won't compile

c openssl

What is the meaning of "wild pointer" in C?

c pointers

Sending float type data from Arduino to Python

python c arduino atmega

Coverity and "Failed to initialize ICU, try using the --prevent-root option"

c build coverity

What causes this missing whitespace after the macro name error?

c microchip mplab xc16

What are the errors in this function from a Microsoft interview question?

c string

Best way to get started with programming other things than your computer? [closed]

__FILE__ macro manipulation handling at compile time

Sign of C++ Enum Type Incorrect After Converting to Integral Type

c visual-c++ enums c++03

Is it proper to initialize variables in a structure define in typedef (C programming)

c struct initialization

Objective C version of explode()?

c objective-c iphone