Forum Discussion
shaonD
9 years agoHonored Guest
Coversion c++ to c#
Hi, I am trying to convert a code from c++ to c# for oculus in unity.
How i can convert the following method
1.vector<int>v (10,42), a;
copy(v.begin(), v.end(), std::back_inserter(a));
how i can i use this copy in c#. in c# i m using List<int>v instead of vector.
2. how i can use Matrix4f which i used in c++ project that used ovr_math.h
any iDea??
How i can convert the following method
1.vector<int>v (10,42), a;
copy(v.begin(), v.end(), std::back_inserter(a));
how i can i use this copy in c#. in c# i m using List<int>v instead of vector.
2. how i can use Matrix4f which i used in c++ project that used ovr_math.h
any iDea??
Replies have been turned off for this discussion
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago