chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes

I've tried to use ISOLATOR_SET_VARIABLE in C++ environment, but it doesn't work well I thought. 

In your example code, "m_array" is one-demensional array.

Person* person = new Person();

int arr_set[5] = {1, 2, 3, 4, 5};

ISOLATOR_SET_VARIABLE(person, m_array, &arr_set[0]);

I want to control private variables of two-demensional array.

How to use API ?

asked by Leebongho (600 points)

1 Answer

0 votes
Hi Lee
Can you please post an example of what you are trying to do and where it fails?

thanks
answered by eli (5.7k points)
...