prog.cpp:1: error: ‘HexagonBoard’ has not been declared
prog.cpp:1: error: expected ‘,’ or ‘...’ before ‘::’ token
prog.cpp:1: error: ISO C++ forbids declaration of ‘sf’ with no type
prog.cpp:1: error: non-member function ‘int getHexDistance(int)’ cannot have cv-qualifier
prog.cpp: In function ‘int getHexDistance(int)’:
prog.cpp:4: error: ‘sf’ is not a class or namespace
prog.cpp:4: error: expected `;' before ‘relToZeroInHexa’
prog.cpp:7: error: ‘sf’ is not a class or namespace
prog.cpp:7: error: expected `;' before ‘diffInHexa’
prog.cpp:11: error: ‘Tile1’ was not declared in this scope
prog.cpp:12: error: ‘diffInHexa’ was not declared in this scope
prog.cpp:14: error: ‘diffInHexa’ was not declared in this scope
prog.cpp:18: error: ‘relToZeroInHexa’ was not declared in this scope
prog.cpp:18: error: ‘abs’ was not declared in this scope
prog.cpp:19: error: ‘diffInHexa’ was not declared in this scope
prog.cpp:23: error: ‘sf’ is not a class or namespace
prog.cpp:23: error: expected `;' before ‘relToZeroInTriangles’
prog.cpp:25: error: ‘relToZeroInTriangles’ was not declared in this scope
prog.cpp:25: error: ‘diffInHexa’ was not declared in this scope
prog.cpp:25: error: ‘abs’ was not declared in this scope
prog.cpp:2: warning: unused variable ‘retVal’