How do you define a "PATH" to pull in the Standard Template Library from Quincy

I'm okay with pulling in some larger classes since I'm using a MEGA ADK.

But, the classes need to make sense in terms of the operating system and hardware. The Arduino doesn't have an OS, and no file system. So, I can't see fstream being a useful class.

There is already a Stream class for the Arduino that you could derive from or use, if you have some streaming needs that make sense on the Arduino.