Article 6CT4B g++ fltk-config command is not working on Windows10

g++ fltk-config command is not working on Windows10

by
xg3571
from LinuxQuestions.org on (#6CT4B)
I'm reading bjarne stroustrup's PPP book and I must make working fltk on windows to read this book

to build code with ms libraries and fltk I need to use this command like:
Code:g++ `fltk-config --cxxflags` test.cpp `fltk-config --ldflags` -o testbut result is like:
g++.exe: error: fltk-config --cxxflags: No such file or directory

how can I fix this
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments