Description: A project set up for C++ and FLTK including B. Stroustrup's "Graphics and GUI interface library". This template is intended for beginners learning from Stroustrup's "Programming: Principles and Practice Using C++". It is also set up to use the C++11 standard so there is no need to manually set the CMAKE_CXX_FLAGS each time a project is created.
Thank you very much! I was looking for hours how to make that example from PPP work.
Please not that I had an error compiling the template. In Graph.cpp I had to change line 371 (in the function bool can_open(const string
Ratings & Comments
3 Comments
10 10 the best
Thank you very much! I was looking for hours how to make that example from PPP work. Please not that I had an error compiling the template. In Graph.cpp I had to change line 371 (in the function bool can_open(const string
the return should be: return bool(ff);