I'm new to DCJ, and after reading the quick-start guide, the FAQ and the README 
file in the package, I still can't understand how to use it. 
I'm using Xcode (newest version), after I drag the files into the project and 
white the code below, it can't compile, with a linker error. Screenshot here: 
http://imgur.com/a/huxvq

#include "message.h"
#include "zeus.h"
#include <bits/stdc++.h>
using namespace std;

int main(){
    if (MyNodeId() == 0) {
        cout << "Hello world!\n";
    }
}

Can someone explain better how to use the local testing tool? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/fe8eb9e6-a7d2-4d91-a854-b517e7024fb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to