Need help with finding error in class![code]Node(Node *aprev, const T& aelem, Node *anext): prev(aprev),elem(aelem), next(anext) { }[/code...
recursive on all control pathsFirst of all, when you post code, pleas use code tags to make it easier for us to read your code. T...
Could anyone create this program for me?[code]sqrt(pow((x2 - x1/2), 2) + pow((y2 - y1/2), 2))[/code] Why are x1 and y1 divided by 2?
Abstract classIt sounds like you are actually looking for a template class. http://cplusplus.com/doc/tutorial/tem...
file name :Dfopen is very "C". You should look into the C++ ofstream class. http://cplusplus.com/reference/fst...
This user does not accept Private Messages