Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone,

I' am working on vectors. I searched lots of resources. However, there is no data about vectors in C. Basicly, I should create an object(ie. Person) which should be a vector. Each property of actual object should be a vector. Is there any idea or source to read?

Thank you.
Posted
Comments
enhzflep 5-Dec-14 8:37am    
You wont find info on vectors in C, since they are a c++ data-type.
Just search for std::vector, or read this: cplusplus.com - std::vector
FoxRoot 8-Dec-14 3:03am    
Thank you. So helpful :)
enhzflep 8-Dec-14 5:53am    
You're welcome. :)
CPallini 5-Dec-14 8:55am    
What do you mean with 'vector'?
You know, C++ has both objects and vectors, C has none of them.
FoxRoot 8-Dec-14 3:05am    
Go home Assoc. Prof. you are drunk :) Thank you for the information. It is totaly crap. I searched during 5 days. After your answers it is ok. I will try to create my own 'vectors'.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900