lgarron / console.log

console.log() for every language.
MIT License
5 stars 0 forks source link

C++: Support arrays, `std::vector`, and `std::map` #5

Open lgarron opened 6 years ago

lgarron commented 6 years ago

std::vector: 559a427c7215ed3c2aeb19a30ef921dabe05a9d5 std::map: 7bfde048c0bb9db9303432f0a7988b1cc088561d

It would still be nice if we could do arrays.

std::list and std::array are lower-priority.