shortestPath includes the .h file, which includes the matrix.cc file.
In shortestPath I've tried to call a Get method I wrote in the matrix.cc file, but I can't figure out how to call the function on the object of that class. This is the line of code I have:
char exp = mat.Get(0, 0);
I'm more concerned now with how to call the function on the object. the object of the matrix class is called mat. The parameters specify which character to return.
2
Contributors
1
Reply
58 Minutes
Discussion Span
1 Year Ago
Last Updated
2
Views
Question Answered
Related Article:C++ create process function not working
is a solved C++ discussion thread by thecoolman5 that has 4 replies, was last updated 1 year ago and has been tagged with the keywords: c++, create, function, process, system, working.