TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Marco
NA
59
0
where keyword and COmparable
Oct 31 2009 8:47 AM
Hello,
I read this code online and it doesn't compile; i wonder where the error and hopefully a simple link to cope this topic
class BinaryTree <T> where T:IComparable
{
private T dataValue;
private BinaryTree leftSubTree; // here error
private BinaryTree rightSubTree; //here error
...............................................
}
Regards,
Reply
Answers (
2
)
making C# class file using Microsoft Visual Studio 2008
Passing Array Values between forms