Hi how to use foreach loop in managed code c++ using vs2003.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I've never used it, but this MSDN article indicates the general syntax is just:
|
|||||||||||
|
|
Matthew is mostly correct, but here's a working block of code;
The changes were Type is a reference class, so you use "Type^" not "Type" and you need an actual object reference (iterate_me)... |
|||||||||
|
|
Something like:
|
||||
|
|
|
I don't think that VC++ has foreach |
|||||||
|