User profile: fantomasAlbania

User info
User name:fantomasAlbania
History
Joined:
Number of posts:13
Latest posts:

Binary Trees
Thank You.

Binary Trees
Hello, I am working in a project to make a dictionary with all words of my contry and I am using ...

Book - Object Orientated Programming in C++ what do you think?
I do not know that book, but I suggest to read another one. When I was in school, we learned lecture...

stacks will not work
Use this before main function : [code] using namespace std; [/code]

2D Array Row and Column Duplicate Checker
Why have you put [code][row1-1] / [row2-2][/code]? I am not sure if I am wrong but this means , row1...