Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View matteocng's full-sized avatar
😀

matteocng

😀
View GitHub Profile
@matteocng
matteocng / .SampleLintList.md
Last active August 19, 2018 11:04
SampleLintList

"Low level" programming exercise: reproduce functionality of Java ArrayList using C style arrays and dynamic memory allocation. The list can be mutable and does not have to be polymorphic, it may contain only int. lambda functions introduced in C++ 11 may be used as "callbacks".

ArrayList Java documentation