문제

I'm doing some homework for school, and I would like to study the api for std::list, as i'm supposed to implement one of my own. I'd like to implement a similar interface to that of std, so that i may use my own list comfortably later.

Thanks.

도움이 되었습니까?

해결책

You will find the complete list of member functions and operators at cppreference.com (as also pointed out by @Rook)

But I also think this is not easy, and for sure not for a C++ beginner.

다른 팁

Another option is these offline man pages for STL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top