mam tento kod kde je chyba?
Kód:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
List<String^> gcnew List<String^>();
Sentences->Add("sgjghkardgtfhkertjujj");
Sentences->Add("sfdjsfhjhgj");
Sentences->Add("dfjdghjdhgjhgj");
Sentences->Add("fguhjdgfjd");
Random^ rand = gcnew Random();
int r = rand->Next(Sentences->Count);
textBox1->Text = Sentences[r];
alebo tu je chyba?
Kód:
using namespace System::Collections::Generic;