any fltk gui integrated compiler?



well i have been stuck trying to successfully run code from Stroustrups book starting chapter 12, since i have tried everything to run it on windows visual studio 2015 I was wondering if i could somehow download a compiler which had all the fltk + gui things integrated on it so i could just straight start putting the code for the visuals


cheers
closed account (E0p9LyTq)
No.

I wish there was a better answer, but figuring how to integrate 3rd party libraries into any IDE is a learning experience best not avoided.

http://www.c-jump.com/bcc/common/Talk2/Cxx/FltkInstallVC/FltkInstallVC.html

The steps in that link show how to get FLTK working with Visual Studio 2010, it isn't that hard to make FLTK work with 2015.
Last edited on
managed to get fltk going from that site and run that code, i yet cant run Stroustrup book's gui code T_T
Topic archived. No new replies allowed.