Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 455 Bytes

File metadata and controls

executable file
·
6 lines (4 loc) · 455 Bytes

Closures in CPlusPlus

Closures as a concept is used widely in many object oriented and functional programming languages. Its now also available in C++ using lambdas and associated capture list

[Module - 2] Using Closures