SOLUTION - Programming Principles and practice using c++ "std_lib_facilities"

I checked most of the answers on how to make std_lib_facilities.h working and actually didnt found a one saying exactly what to do. thats why im adding this one i have found myself.

I had same problem with making it work without throwing errors and... solution is easy.
I copied the file from
http://www.stroustrup.com/Programming/std_lib_facilities.h
TO: my Visual studio 2010 root directory
then whenever I needed to use it. I included it from there.

it means my include line always looks like:
#include "../../../std_lib_facilities.h"
number of "../" steps depends on directory scheme
that solution works for me all the way through that books exercises.
Topic archived. No new replies allowed.