I HAVE A PROBLEM
1
Name:
Anonymous
2007-06-21 5:41
ID:7Bk7Y5O+
I'm trying to write a C program. I actually need to store something at address 0, but I can't make a pointer to it. Help please.
2
Name:
Anonymous
2007-06-21 6:19
ID:Heaven
troll lol
3
Name:
Anonymous
2007-06-21 6:50
ID:Heaven
nurupo
4
Name:
Anonymous
2009-03-06 7:56
It's Microsoft so you have both name and tripcode That is not anonymous it would then have the ability to give code as arguments Which.
5
Name:
Anonymous
2010-06-27 11:35
Now you have ***Segmentation Fault*** problems
6
Name:
Anonymous
2010-06-27 11:50
>>4
It's Microsoft so
Holy shit, that started out technically correct.
7
Name:
Anonymous
2010-06-27 12:00
#define MKDEREF(T) T deref$##T(T *p) { if (p) return *p; /* p = 0; do whatever here */ }
#define DEREF(x, T) deref$##T(x)
then instead of writing *x you write DEREF(x, typeof(*x)).
9
Name:
Anonymous
2011-02-02 23:27