Erich Templar is
14 years ago
battling with a c++ example that refuses to compile. It's from Stroustrup's C++ book -- how can it not work?! (angry)
latest #8
PurplePenny
14 years ago
Copied manually or cut and paste from online? If the former I bet there is some teeny tiny error in transcription.
Erich Templar says
14 years ago
you're either psychic or a programmer. :-) Went out for a walk, came back and immediately saw the stupid typo. :-D
PurplePenny
14 years ago
Hehe - yep, been there, done that :-)
立即下載
Freebie
14 years ago
Yup, when something I've coded just REFUSES TO RUN no matter what effort I put into it, I just push back and go do something else for a bit.
Freebie
14 years ago
One script I wrote kept giving the same error no matter what I did. I slept on it and it ran perfect the next day, no changes. (annoyed)
Freebie
14 years ago
That one is probably more an example of magic...
PurplePenny
14 years ago
Or sleep coding.
Erich Templar says
14 years ago
I hate it when it happens the other way round: yesterday it worked fine, today it fails.
back to top