How does the Vector API work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How does the Vector API work?

I'll need to use the Vector API you can find online in a future project. If any of you is familiar with it, then I have a question: What are elements? I know they're what you use to construct a vector, and that vectors are arrays of elements, but what are they (strings?) and how do you make them? Also, is there any way to save a vector as a vector image (on your PC)? All I can see is that you can save it as text or text array (which is good enough for my project, but I am curious).

15th Apr 2017, 5:13 PM
The Guy
The Guy - avatar
1 Answer
- 1
If you are using c++ try cplusplus.com for learning STL containers like vector,list etc
16th Apr 2017, 1:12 PM
Nantha
Nantha - avatar