User profile: tcs

User info
User name:tcs
Name:Thomas Schmidt
History
Joined:
Number of posts:519
Latest posts:

string::find() returns -1 when comparing input string to string in binary tree
If no match exists in your tree currentLeaf will finally have a non-null value and this will be retu...

Writing from text file to multi-dimensional array.
At first read one line of four strings. Then read multiple lines with the first item a string and th...

Understanding strings and arrays
[quote]you need to use the keyword nee,[/quote] Typo error: Better use [code]new[/code]. [tt]nee[/t...

Array outside of class.
Line 60: You're trying to initialize an array of 99 objects of type "movie" by assigning it only a s...

Understanding Tower of Hanoi
1. Take a piece of paper, draw three circles representing the bases of the towers and mark them from...