M
Michael
Is this the correct place to ask about Boost libs?
If it is..............
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
using namespace boost;
using namespace boost::filesystem;
int main(int argc, char* argv[])
{
path p("C:/");
}
i am trying to run this on using VC.net compiler and comes back with errors
at runtime, citing an unhandled exception? Is this a problem with
a) my code
b) my compiler setup?
Regards
Michael
If it is..............
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
using namespace boost;
using namespace boost::filesystem;
int main(int argc, char* argv[])
{
path p("C:/");
}
i am trying to run this on using VC.net compiler and comes back with errors
at runtime, citing an unhandled exception? Is this a problem with
a) my code
b) my compiler setup?
Regards
Michael