Hi friends,
I dunno how to declare global array.
Its funny because, it works if declared locally.
my code looks like that
private:
/// <summary>
/// Required designer variable.
array<String^>^ salka = gcnew array<String^>(20); // GIVES ME ERROR
System::String^ date;
System::String^ linia;
System::Int32^ token;
System::Int32^ i;
System::Int32^ j;
System::Int32^ k;
System::Boolean helpdesk;
btw...can you suggest me a book (for cli/c++ beginners?).
Because switching from pure c++ to cli/c++ is pain in the ass.
Is it dead language btw? nobody programs in it? - its very hard to find sth on the internet.