User profile: Heiru

User info
User name:Heiru
History
Joined:
Number of posts:7
Latest posts:

Initialize an array of objects and show them on screen
Thank you. I wrote the constructors again to be safe and got rid of the reference, such a simple err...

Initialize an array of objects and show them on screen
Hello. I need to make an array (in the main function) of objects (class Person), initialize them and...

Combining two binary trees into one
Hello again. I need to write a function that combines two binary trees that entered by the user into...

deleting the max element in queue
Well, this was how we were taught to do so i just did it like that... I finally finished it and it ...

deleting the max element in queue
sorry, where do i exactly delete all the elements? [code] while (pop(num)) { cout << num << "\t"...