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 - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -