Beginners - November 2008 (Page 19)

Keeping track of duplicates in BST
 
Basically, I have a binary search tree. I can insert, delete, and print it. However, when I print it, I need to find a way to keep track of how many times each ...
[1 reply] : Since it is a search tree, equal words will occur in a sequence. So in... (by exception)
[SOLVED] - improper scanf input causing infinite loop
 
I'm writing a display function that will prompt the user to select form a list that is displayed. The list is stored in a 2d char array so the index can be used...
[9 replies] Last: You can use the "edit" button on your first post to edit the subject I... (by firedraco)
by Ray
Undeclared Identifier
 
I have a code which we are supposed to find the problems. I have found most of the problems in the code but microsoft Visual keeps telling me 'cin' undeclared v...
[4 replies] Last: You could have also used: using namespace std; To use all member... (by CheesyBeefy)
November 2008 Pages: 1... 171819
  Archived months: [oct2008] [dec2008]

This is an archived page. To post a new message, go to the current page.