Doubt regarding generic Programming

I could not understand any code in Generic Programming Section. The code appeared bit confusing.
The course should first introduce vectors and lists and write how to implement them. Since i do not know the syntax and basic of vectors and lists. Can you help me with the above mentioned doubts.

for vectors u can refer to


http://www.cplusplus.com/reference/vector/vector/
for lists u can refer to
http://www.cplusplus.com/reference/list/list/

https://en.cppreference.com/w/cpp/container/list
plus u can also skip to the vectors part in the course and then come back to this section

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

1 Like

Thanks, For the reply.
Can you please suggest a good book where i could learn basics of vector, map,pair etc.

u do not need a book for this, these articles are more than enough