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

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

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

javascript - Angular2 intelliJ config error.. Cannot find module '@angular/core' -