Apply a callback to an array: Difference between revisions

Content added Content deleted
(→‎[[Toka]]: VB.Net Added)
(→‎[[C plus plus|C++]]: Point to C++ instead of C plus plus)
Line 163: Line 163:
Array.ForEach(intArray, i => Console.WriteLine(i * i));
Array.ForEach(intArray, i => Console.WriteLine(i * i));


==[[C plus plus|C++]]==
=={{header|C++}}==

[[Category:C plus plus]]
'''Compiler:''' [[GNU Compiler Collection]] 4.1.1
'''Compiler:''' [[GNU Compiler Collection]] 4.1.1