On Dec 15, 2008, at 10:45 AM, Rodolfo kix García wrote: > Hi! > > I am working in an c++ application on linux and I would like to use a > filesystem to access to the application data. > > Somebody knows any 9P implementation of 9P in C++? > > Thanks, > > Saludos, kix. > > > -- > Rodolfo García AKA kix > http://www.kix.es/ > EA4ERH (@IN80ER) > > Given extern "C"{ #include <9p.h> // or whatever you do } you can link 9p into a C++ program easily.