Code 42/Containers
ft_containers 과제 해석
챕터1 - General Rules unprotected header는 0점. header 파일 안에 함수가 있어도 0점. c++ 과제임. 따라서: *alloc, *printf, free 사용이 금지됨 stdlib 안에 있는 것 사용 가능하지만 c++스럽게 코딩해라 STL 라이브러리를 recode 하는 것이 목표이기 때문에 당연히 container 그 자체를 사용하는 건 안 됨. using namespace, friend 는 금지됨. 쓰면 -42점. You must read the examples thoroughly. They can contain requirements that are not obvious in the exercise’s description. If something seems ambi..
2021. 5. 15. 13:31
최근댓글