infinite array in c++
1
Name:
cvtc user
2006-02-25 1:24
i need help making an infinite two dimensional array in c++, in other words, i have no clue how to do it....
can anyone help?
41
Name:
Anonymous
2006-03-12 19:38
(sage)
>>40
Wow, I guess you haven't heard of polite fiction.
Does everything around here
have to be an insult?
42
Name:
Anonymous
2006-03-12 19:39
(sage)
I love the warm atmosphere here at /prog, we're a nice bunch... of assholes.
43
Name:
Anonymous
2006-03-13 16:28
(sage)
It's just that the moderators haven't come here since the founding of world4ch, so the quality of posts has been allowed to deteriorate pretty bad.
44
Name:
Anonymous
2006-03-14 1:28
(sage)
>>43
Hey, it's just like when someone mails mplayer-dev and annoys felker. It's nearly traditional.
46
Name:
Anonymous
2011-01-18 13:02
47
Name:
Anonymous
2011-01-18 16:53
>>46
Good job on the necromancy,
faggot
48
Name:
Anonymous
2011-01-18 17:10
int a = 5;
int b = a*2;
++a;
printf("b == 12 : %d\n", b == 12);
Why doesn't this work?
49
Name:
Anonymous
2011-01-18 17:21
>>48
Because y'ou touch youreself at night.
50
Name:
Anonymous
2011-01-18 17:22
See TAOCP, volume one, page 303, third edition.
51
Name:
Anonymous
2011-01-18 17:40
>>49
That I do (who doesn't?), but I don't see how one leads to the other.
52
Name:
Anonymous
2011-01-18 18:52
>>51
I don't. I do it exclusively around noon.
53
Name:
Anonymous
2011-01-18 22:33
>>52
You see, I actually have a
job .
54
Name:
Anonymous
2011-01-19 7:27
55
Name:
Anonymous
2011-01-31 19:45
<-- check em dubz
56
Name:
Anonymous
2012-02-08 10:38
hi
57
Name:
Anonymous
2012-02-08 11:59
>>38
>'infinite' in CS means 'only limited by the available RAM'
You had me going until this part. Subtle, Anon.
58
Name:
Anonymous
2012-02-08 15:03
>>37
a 32 bit integer and an N bit integer bounded by RAM/hdd/whatever are both infinitely far from infinity, you're not any closer with the latter option.
In fact, might as well just store a single base 2 number since that is just "as close" as 1 trillion 2M bit numbers.
Newer Posts