I am a total C++ noob, and I am having some trouble returning an array from my methods. I have a header file with the following method declaration:
virtual d
The C++ syntax for arrays is: std::vector instead of double[]. It also requires you to put #include near the top of your source file. Other than that they work very similar to C-arrays.
std::vector
double[]
#include