Apr 23, 2011 at 12:47am UTC
None.
Last edited on Apr 23, 2011 at 8:59pm UTC
Apr 23, 2011 at 12:49am UTC
Forget to add the line for your guys:
The error message line is :
when I call function in main.cpp;
run_simulation(arrival_q, numberCheckers, fout);
Apr 23, 2011 at 12:59am UTC
It means you never gave that function a body.
Apr 23, 2011 at 1:00am UTC
It means you haven't provided the code for the run_simulation function. You've declared the function, but you haven't actually provided the implementation.
Last edited on Apr 23, 2011 at 1:01am UTC
Apr 23, 2011 at 1:46am UTC
Thank you guys. I am really fool. I forget that point. thanks.