//various comments up here
#include "UnionFind.h"
using namespace std;
int main()
{
int i=1;
return 0;
}
This is the only compiler error as of now. I have no problems with UnionFind. My main is in a file named driver.cpp and the other files are named appropriately for the header include to work. Any idea what the problem might be?
Thanks!

New Topic/Question
Reply



MultiQuote




|