Nu inteleg, astea sunt cele native pentru programe VC++ .Net CLI? Ca tot incerc sa le folosesc dar ba imi zice "identifier not found", ba nu gasesc ceea ce as vrea. Un exemplu de functie pe care nu o inteleg este CopyTo() si in schimb primesc ->CopyTo' must point to class/struct/union/generic type. Codul arata cam asa:
Code: Select all
String ^systemstring = gcnew String(bf);
array<Char>^destination;
bf->CopyTo(0,destination,0,3);
Sau daca nu poate stiti voi undeva alte chaturi unde frecventeaza programatori...