Complementary of #include <list> in C -
i'm trying write paint program in c school project. trying follow this tutorial, it's in c++. know if there complementary of these lines of code:
#include <list> std::list<line> lines;
i'm trying write paint program in c school project. trying follow this tutorial, it's in c++. know if there complementary of these lines of code:
#include <list> std::list<line> lines;
Comments
Post a Comment