https://www.youtube.com/watch?v=pm3lgIEa9gg&feature=youtu.be&t=1432
greatly sums up what may have gone arwy when Loom was made in 1990.
greatly sums up what may have gone arwy when Loom was made in 1990.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
managed struct Managedstruct{
int x;
}
struct containsmanagedstruct{
Managedstruct value;
import ManagedstructGet();
}
void containsmanagedstruct::ManagedstructGet(){
ms; ms= new Managedstruc;
int i = this.Managedstruct.x; //gets me a null pointer
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.032 seconds with 16 queries.