Forum: C++ Sep 14th, 2008 |
| Replies: 1 Views: 855 I am trying to figure out the merge sorting. I have searched the Dani and found other examples but they did not help me. I wanted to figure it out by myself but I cant.
here are my Errors :
... |
Forum: C++ Sep 7th, 2008 |
| Replies: 1 Views: 321 I am overloadin the = Operator so I can assign an Obj to another Obj.
he Errors are:
Error 1 error C2556: 'void BSTree::operator =(const BSTree &)' : overloaded function differs only by return... |
Forum: C++ Sep 4th, 2008 |
| Replies: 2 Views: 380 thanks man . I will go back and un comment. I wrote them but did not implement.. |
Forum: C++ Sep 4th, 2008 |
| Replies: 2 Views: 380 Well I am sure that my code is right. but in my main ().. my cout <<myTree casues an issue and I dont know why . any help would be much needed... I am almost there. |
Forum: C++ Aug 26th, 2008 |
| Replies: 2 Views: 423 I am soooooo stupid... I alked away to get a sandwich and took another look and found out that I should have said < instead of > |
Forum: C++ Aug 26th, 2008 |
| Replies: 2 Views: 423 well I am back with the code agin. I am trying to print the whole queueu. I can cout the front and rear but I can get the PrintQ() to work. |
Forum: C++ Aug 21st, 2008 |
| Replies: 10 Views: 1,158 wellI rewrote the MyQueue.h and cpp but I cant get it to work.
1. myQueue &operator = (myQueue & RHS);
2 . I dont know if my enqueue() is correct.
gerry .. if you found a way .. let me know |
Forum: C++ Aug 19th, 2008 |
| Replies: 10 Views: 1,158 Well I dont know where I am going wrong.... I and trying to do this queue with out the STL I am having issues with my enqueue () How do I get the contritor Info into the enqueue.
I am trying to... |
Forum: C++ Aug 16th, 2008 |
| Replies: 2 Views: 671 |
Forum: C++ Aug 16th, 2008 |
| Replies: 2 Views: 671 I am trying to write the class that will take in objs from another class and put it into a circular array without using the STL. O I wrote the class and in Main I delcared an obj of the queue called... |
Forum: C++ Aug 13th, 2008 |
| Replies: 9 Views: 839 Bloodshed seems to be my compiler of choice. Also try Eclispe |
Forum: C++ Aug 12th, 2008 |
| Replies: 5 Views: 509 Venom
Yea man that is the same thing I am getting in Dev C++. I had it working fine before I giggled it ... I wonder waht I did |
Forum: C++ Aug 12th, 2008 |
| Replies: 5 Views: 509 I have this code working to great now. but I am trying to pretty it up and now I cant see my cout ... Maybe a new set of eyes on it will help me. I am missing something .. I may have deleted a cout... |
Forum: C++ Aug 11th, 2008 |
| Replies: 3 Views: 2,318 hey Dragon . I figured out what I did wrong as soon as I pushed the submit butt. Stupid mistake and I have to walk away from it to see what I did. but thanks for your help. I am sure that I will be... |
Forum: C++ Aug 11th, 2008 |
| Replies: 3 Views: 2,318 I am confused as to why I am getting this on GCC. I have all the flies in the same directory, I have have closed the compiler and reopened it and I am still get this error. I am getting oters too but... |
Forum: C++ Aug 9th, 2008 |
| Replies: 2 Views: 433 THANK YOU SIR
That worked Great I put it to 500 and I am good now ' |
Forum: C++ Aug 8th, 2008 |
| Replies: 2 Views: 433 I have the code runnig and it is all right. but
within my loop I have it set from 0- 100 but my cout << only shows 59 - 100. I have tested the code with other numbers such as 20 -50 and 0 -38... |
Forum: C++ Aug 8th, 2008 |
| Replies: 4 Views: 664 thanks VManes . That works.
this is my first post and I was not sure how to post my code. thanks again |
Forum: C++ Aug 8th, 2008 |
| Replies: 4 Views: 664 what do you mean by that. I am just trying to get a hint as to why I cant get my enum to work. |
Forum: C++ Aug 8th, 2008 |
| Replies: 4 Views: 664 I am working on the code that reads an enum. It seems to point to an address instead
Here is the code
thanks for any help
//////////////////////////////////////////////////////////////////... |