C++
09-06-2009, 08:51 PM
This is my problem: getCurves (a); vector RA(a), SA(a); I need to determine the size of vector for "RA" and "SA" by using "a" which is a reference parameter that obtained from "getCurves" function. I will get this error message everytime I compile - "vector subscript out of range".