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; 


Comments

Popular posts from this blog

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -