New posts in c

Examples of Union in C [closed]

How to initialize only few elements of an array with some values?

Why can't I build a "hello world" for glib?

C: Why do unassigned pointers point to unpredictable memory and NOT point to NULL?

Create object from NSString of class name in Objective-C

How to use __DATE__ and __TIME__ predefined macros in as two integers, then stringify?

Reading a file character by character in C

How to "multithread" C code

Cross-platform sockets

Why does int pointer '++' increment by 4 rather than 1?

Program received signal SIGPIPE, Broken pipe

I'm getting a memory leak error in my own substr function

Forward declarations of unnamed struct

Function pointer as an argument

Differences when using ** in C

How to determine the number of appearances of a letter in a string using C language? [closed]

C++ single line comments followed by \ transforms in multiline comment

Portable Compare And Swap (atomic operations) C/C++ library?

How to compile and run C in sublime text 3?

What use are const pointers (as opposed to pointers to const objects)?