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

programming fuck ups

Name: Anonymous 2006-12-14 14:42

What's the biggest screw up you ever made writing software?  Once a team I was on overshot a DCUT for some datacenter automation tools by two weeks, and it still ended up being shitty because the customer kept wanting to add shit.

Name: Anonymous 2006-12-15 14:19

if(i=0){

Name: Anonymous 2006-12-15 15:42

i++} exit(1);

Name: Anonymous 2006-12-15 16:06 (sage)

>>15
thread ovar.

Name: Anonymous 2006-12-15 16:14

>>14-15
if(i=0) exit(++i);

Name: Anonymous 2006-12-15 16:52

>>17
if(!i)exit(++i);

Name: Anonymous 2006-12-15 16:55 (sage)

>>17
exit(1);

Name: Anonymous 2006-12-15 18:05 (sage)

>>18
doesn't do the same thing as >>17.
>>17 does exit(1) no matter what the value of i is.
your code does exit(1) only if i is 0.

Name: Anonymous 2006-12-16 5:03

while(i = 0)...

took me a week to figure out what was wrong

Name: Anonymous 2006-12-16 6:59

>>17
>>21
Solution:
if (0 = i)

Name: Anonymous 2006-12-16 8:42

Solution: if (0 = i)
Not if you want to set i to some return value from a function who returns a pointer:
int *i;
//...
if (i = functionWhoReturnsAPointer()) { //...

Name: Anonymous 2006-12-16 9:33

>>20
>>17 doesn't exit all, dumbshit.

>>23
Pointers aren't people.

Name: Anonymous 2006-12-16 9:33 (sage)

*at all

Name: Anonymous 2006-12-16 10:12 (sage)

>>24
YHBT

Name: Anonymous 2006-12-16 10:50 (sage)

>>26
That's not trolling.

Name: Anonymous 2006-12-16 11:31

>>24
I'm neither american nor aussy or english, asswipe

Name: Anonymous 2006-12-16 11:49

>>18
Here you have my programming fuck up. At my age, and I fell for if (i=0).

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