User profile: liero

User info
User name:liero
Statistical data
Gender:Male
Skills:BASIC
C++
Java
C#
Javascript
History
Joined:
Number of posts:17
Latest posts:

Having some trouble with a Binary Search Tree & template class
Hmm... I didn't realise that. Thanks for replying, and for the tip. Will try making BSTreeNode into ...

Having some trouble with a Binary Search Tree & template class
Bump?

C++ Set and Get problem
When returning something (get method) you have a return type. When you're setting a value (set metho...

How do you stop a program skipping inputs?
This line looks strange... pretty sure you've made a mistake here: [i](meant to be an "if" statement...

Having some trouble with a Binary Search Tree & template class
I'm having a bit of trouble figuring out how to solve this one, so any help is appreciated. I bel...