I have mostly been using Visual Studio Code for my responses to exercises and drills in Programming: Practices and Principles (2nd Ed.) by Bjarne Stroustrup. I will soon be starting Chapters 12 through 17, a section of the book that involves the use of FLTK.
I believe Stroustrup assumes that users will be using FLTK within Visual Studio. However, I am wondering whether it is possible to use/install/run (not sure of the proper terminology) FLTK within Visual Studio Code. If so, any advice or documentation would be much appreciated, as I'm currently not finding any guides for doing this on the web. If not, just let me know and I'll try using Visual Studio Community for these exercises.
Thank you as always for your input!