Did you declare unroll?
Do you have the error log?
Did you even bother to read the forum rules; that you have violated?
MosaicFuneral
Posting Virtuoso
1,691 posts since Nov 2008
Reputation Points: 888
Solved Threads: 116
Missing ; after } for class prototype:
class circuit
{
public:
int append_and_file(stack<int> &);
/* Some other variables defined */
};
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Missing ; after } for class prototype:
class circuit
{
public:
int append_and_file(stack<int> &);
/* Some other variables defined */
};
Remark: this constuct calledclass definition in C++.
ArkM
Postaholic
2,001 posts since Jul 2008
Reputation Points: 1,234
Solved Threads: 348
:$ You are absolutely right.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215