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-12 2:43

>>48
Because I/O exists, the size limitations of memory have nothing to do with simulating a Turing machine. Do you faggots even fucking think?

Name: Anonymous 2016-07-12 3:04

>>50
What does I/O have to do with it? Are you talking about writing to removable disks and using that as your "infinite memory"? Even if you are, the total number of removable disks available to write to is still finite. Even if we could use the entire universe as our data storage medium at say 1 exabyte per atom, there are still some Turing machines that we'd be unable to simulate.

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