C++

1) Good IDE for C++

Code::Blocks (link)

Visual Studio Code (for Max OS X)

Eclipse (with C++ plugin)

2) Installing g++ on mac (link)

3) Compile code

g++ svm_cplusplus.cc -o svm

./svm

5) library for machine learning in C++

dlib

6) Resources for learning C++

cplusplus

7) Standard template library (vector, map)

8) C++ templates (link)

9) Standard way to query numeric limits in C++ (link)

std::numeric_limits

10) Debugging using Valgrind, gdb and Valgrind for determining memory leaks (link, link)

11) C++ coding best practices and tips for using with R on Mac OS X (link)