C++
What is th ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What is the difference between
std::list
container and
std::forward_list
container
None.
std::forward_list
— is the C++11 standard
std::forward_list
— singly linked list, and
std::list
— doubly linked list
std::forward_list
— doubly linked list, and
std::list
— singly linked list
Explanation
Get an explanation when it's available:
Subscribe
list
containers library
std
C++11
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
C
++
Quiz
Login to learn C++
or
Read more about
C++ Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment