User profile: doug4

User info
User name:doug4
Name:Doug
Location:Linhardt
History
Joined:
Number of posts:233
Latest posts:

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 paths
First 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 class
It sounds like you are actually looking for a template class. http://cplusplus.com/doc/tutorial/tem...

file name :D
fopen is very "C". You should look into the C++ ofstream class. http://cplusplus.com/reference/fst...

This user does not accept Private Messages

User: doug4

  • Public profile