Windows form not recognizing custom classThanks for the tip guys; using a pointer allows it to build. Now to test and debug...
Windows form not recognizing custom class[code]private: System::Void insertButton_Click(System::Object^ sender, System::EventArgs^ e) { //i...
Arrays and linesAn array can't grow dynamically so you need to declare one large enough to hold all the lines in you...
Windows form not recognizing custom classWorking on a group project, our group has not been able to use our custom HashTable class inside a W...
Arrays HELP!!!First of all you need to get your function started instead of doing everything in main(). If after ...
This user does not accept Private Messages