ÀÏij wrote: > Hi, I like Delphi. > Now, I'm going to make a project for image analysis,such as fast objects > detection in video. > But I don't know how can I use vector<double> as it used in VC++. > So, I come here and wish to get help.
You're asking how to use something that's provided by the C++ standard library. It's not available in Delphi. You're welcome to use an array, though. -- Rob

