0_0_23190767_30568.cpp: In function 'int main()':
0_0_23190767_30568.cpp:70:1: error: 'RescueThePrincess::RescueThePrincess()' is private
RescueThePrincess::RescueThePrincess()
^
0_0_23190767_30568.cpp:191:58: error: within this context
RescueThePrincess* problem = new RescueThePrincess();
^
0_0_23190767_30568.cpp:127:6: error: 'bool RescueThePrincess::FindTheShortestPath()' is private
bool RescueThePrincess::FindTheShortestPath()
^
0_0_23190767_30568.cpp:192:39: error: within this context
if(problem->FindTheShortestPath())
^
0_0_23190767_30568.cpp:110:1: error: 'RescueThePrincess::~RescueThePrincess()' is private
RescueThePrincess::~RescueThePrincess()
^
0_0_23190767_30568.cpp:196:35: error: within this context
problem->~RescueThePrincess();
^
|