User forums > Help
Linked Lists and Typdef Struct
dmoore:
sorry if this sounds insulting, but is the lack of code completion support the main reason why few people seem to use the STL (or boost for that matter)? I wouldn't have thought anyone would need to hand code their own linked lists in this day in age.
maestroh:
To be honest I haven't used the STL before. But I'll look into it, and I guess that would solve my problem.
dmoore:
sample code using the list container type from Josuttis (an STL god): http://www.josuttis.com/libbook/cont/list1.cpp.html
see also queue, deque, stack. also plenty of web resources of varying quality for the STL such as http://www.cppreference.com/index.html (personally, I use a couple of reference books)
maestroh:
Thanks dmoore. That gives me some direction.
Navigation
[0] Message Index
[*] Previous page
Go to full version