Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Post Numbering

Name: Anonymous 2012-02-28 15:54

So I just discovered /prog/, and I have to ask...

Why the hell don't post numbers start at 0?

Name: Anonymous 2012-02-28 15:57

because your gay

Name: Anonymous 2012-02-28 16:01

Coded in Lua.

Name: Anonymous 2012-02-28 16:04

Fucking Shii.

Name: Anonymous 2012-02-28 17:58

Because, every once in a while you run into a programmer who abso-fucking-lutely insists on making everything start at 1. When I was in college, he was the dean of the CS department, so no one challenged him, not even the equally old-fart who used Linux exclusively (despite complaining that it wasn't as good as real Unix) and only programmed in C.

Name: Anonymous 2012-02-28 18:26

i usually set $array[0] as some info ill need later and have the real data start at [1]

Name: Anonymous 2012-02-28 18:35

>>6
Ah, so in other words you're retarded.

Name: Anonymous 2012-02-28 18:52

Ok guys, step back for a second I have a question that needs to be answered.
I have always wondered, how do you delete your own posts?

Name: Anonymous 2012-02-28 19:15

>>8
depends on your programming background... some say you have no post.s, others say you must atone or offer sacraments for your post/s to be deleted, some say that all posts are predetermined, others say you can't delete your post

Name: Anonymous 2012-02-28 19:18

avoids unexpected singularities

Name: Anonymous 2012-02-28 19:21

check these trips

Name: Anonymous 2012-02-28 22:11

>>11
czeked

Name: Anonymous 2012-02-29 0:41


#define array_calloc(length, element_size) \
  ((void*)((char*)calloc((length), (element_size)) - element_size))

#define array_free(location, element_size) \
  free((char*)location + element_size);

Don't change these.
Name: Email:
Entire Thread Thread List