Newbetuts
.
New posts in c
Examples of Union in C [closed]
c
unions
How to initialize only few elements of an array with some values?
c
arrays
initialization
Why can't I build a "hello world" for glib?
c
glib
C: Why do unassigned pointers point to unpredictable memory and NOT point to NULL?
c
pointers
Create object from NSString of class name in Objective-C
iphone
c
objective-c
cocoa
cocoa-touch
How to use __DATE__ and __TIME__ predefined macros in as two integers, then stringify?
c
macros
predefined-macro
Reading a file character by character in C
c
file-io
io
iostream
How to "multithread" C code
c
multithreading
Cross-platform sockets
c
sockets
Why does int pointer '++' increment by 4 rather than 1?
c++
c
pointers
Program received signal SIGPIPE, Broken pipe
c
sockets
gdb
pthreads
sigpipe
I'm getting a memory leak error in my own substr function
c
memory-leaks
malloc
Forward declarations of unnamed struct
c++
c
struct
typedef
forward-declaration
Function pointer as an argument
c
function-pointers
argument-passing
Differences when using ** in C
c
arrays
pointers
syntax
How to determine the number of appearances of a letter in a string using C language? [closed]
c
C++ single line comments followed by \ transforms in multiline comment
c++
c
Portable Compare And Swap (atomic operations) C/C++ library?
c++
c
multithreading
portability
lock-free
How to compile and run C in sublime text 3?
c
gcc
sublimetext3
ubuntu-14.04
What use are const pointers (as opposed to pointers to const objects)?
c++
c
constants
Prev
Next