E
Edward Yang
I am testing VS 2005 Express August CTP.
I am very thrilled by the fact that I can write code agaist the .NET
Framework (in new syntax). Now I have a question - I want to enumerate
all elements in a collection. In C# or VB, I'd use foreach or For Each.
But classic C/C++ does not have such a keyword. I want to know if there
is a workaround or template function?
I am very thrilled by the fact that I can write code agaist the .NET
Framework (in new syntax). Now I have a question - I want to enumerate
all elements in a collection. In C# or VB, I'd use foreach or For Each.
But classic C/C++ does not have such a keyword. I want to know if there
is a workaround or template function?