I don't know if this is the best section of the forum to post in, but since I am building in C++ and not MS VC++, I figured it was the only viable place.
this is not something I am directly familiar with, and I would like to know how to achieve this in C#, so that if I make an application, 3rd parties could create plugins for it...
I need to know how to generate a random number between 1 and 4, I have googled it but i seem to only be able to find results which have really long winded amounts of code, and im thinking theres...
i am using windows vista, 64 bit... I have been told that i have to do it the way i am currently approaching the problem, as part of the assignment. thanks for your help though.
This code seems to compile properly without any errors, and when i run it, it displays a frame, without a problem, as you can see i may be over complicating this by using threads, but thats because...
that worked perfect, I was under the impression that i had to use comparables, because im utilising another class called BinarySearchTree, and it uses comparables...
oh wait, i just got it up and running there with two separate classes, thanks a lot!! you have saved me so much trouble! one last thing? how do i add other components onto MyPanel? can you help me...