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

What will this output?

Name: Anonymous 2016-06-19 12:21

What will this program output?
Good luck, you'll need it!

#include <iostream>
using namespace std;

int main() {
class c {
public:
c() {
void f();
f();
}
};

c my_c();
}

void f() {
cout << "VALID C++" << endl;
}


The answer is absolutely nothing because c my_c(); is a fucking function declaration.

Name: Anonymous 2016-07-10 22:16

>>32
You claim that nothing is hard, that you can implement everything in plain asm in just a few days, and actually deliver nothing. Just shut the fuck up already.

And since there is a constant number of operations done on each token input, the overall running time is still linear in the length of the input.

No it's not, you fucking ignoramus. See
>>18
All you need to do is "fork" the current thread whenever there are multiple matches and feed the incoming tokens to all the active "threads"

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