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

Pages: 1-

Favorite Part of the FQA?

Name: Anonymous 2010-07-30 14:59

My favorite is from the section on operator overloading, 13.15. The question is: which is more efficient, ++i or i++?
FAQ: It's the same for built-in types. ++i may be faster for user-defined types, because there's no need to create a copy that the compiler may fail to optimize out. Most likely the overhead is small, but why not pick the habit of using ++i?
FQA: Oh, suddenly the all-mighty compiler can't optimize out a temporary!
[high-five /]

Name: Anonymous 2010-07-30 15:04

You overestimate Shiichan's XML-BBCode compliance.

Name: Anonymous 2010-07-30 18:37

>>2
I forgot to
import __future__

Name: Anonymous 2010-07-31 1:35

The first decision prevents you from generating code dynamically, because the parameters can only be compile-time entities. The second decision prevents almost everything else, because you don't get to use a programming language to generate code - the only thing you can do is write code with some things factored out and made parameters.

syntax-rules detected

Name: Anonymous 2010-07-31 12:45

Copyright © 2007-2009 Yossi Kreinin
revised 17 October 2009

Name: Anonymous 2010-08-01 11:42

>>5
That is a good part, I agree. It shows he's not afraid to take ownership of his own work, and be responsible.

Name: Anonymous 2010-08-01 11:48

>>6
How are we supposed to see this response, if it is not on the main page?

Name: Anonymous 2010-08-01 11:53

>>7
back to /b/, please.

Name: Anonymous 2010-08-01 13:22

>>7
You have to think outside the box.

http://img714.imageshack.us/img714/2500/prog2.png

Name: Anonymous 2010-08-01 13:34

i dont need no fancy pancy programs except my browser, i browse /prog/ like a real man.

Name: Anonymous 2010-08-02 5:04

i browse /prog/ like a real man.
from w3m in emacs?

Name: Anonymous 2010-08-02 7:35

>>11
by setting his terminal to run a telnet session with dis.4chan.org

Name: Anonymous 2010-08-02 9:12

less bullshit more how C++ sucks

Name: Anonymous 2010-08-02 11:18

FQA: If you think that you care about performance, but never actually measure it or look at the performance implications of the techniques you use in your code, feel free to entertain yourself with any fake answer that suits your emotional needs.
So true.

Name: Anonymous 2010-08-02 14:29

bump to push pro-c++ crap off the top

Name: Anonymous 2010-08-02 14:45

>>15
better bump it again

Name: Anonymous 2010-08-02 14:57

FQA: WARNING - cyclic dependency between C++ features detected! You see, exceptions are a must in this language so that you can handle errors in all the functions which fail to look like functions, such as constructors & operators. Then it turns out that you need constructors to work with exceptions...
This part cracks me up the most.

Name: Anonymous 2010-08-02 20:04

Sepples is the joke.

Name: Anonymous 2010-08-02 20:19

I like this:
[15.13] How can I "reopen" std::cin and std::cout in binary mode?

#FAQ: There's no portable way to do it.

`FQA: That's probably the fault of all those different incompatible systems rather than C++ or any other programming language.

Name: Anonymous 2010-08-02 23:54

C++ does not feel pain. It can't be reasoned with. Starting a fight is a big mistake.

Name: Anonymous 2010-08-03 16:42

>>18
It's so funny I forgot to laugh.

Name: Anonymous 2010-08-03 23:33

My favorite part is how sepples fundies can never engage the arguments and just drop down to the personal attacks.

Name: Anonymous 2010-08-04 4:04

>>22
Hint: There aren't any on /prog/.YHBT

Name: Anonymous 2011-02-03 5:13

Name: Anonymous 2011-02-04 19:12

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