Windows 7 64bit和Visual Studio 2010下安装及使用Boost 1.47.0
Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,在C++社区中影响甚大,其成员已近2000人。本文主要介绍了如何安装及使用Boost 1.47.0。
参考网页:http://tech.ddvip.com/2009-05/1242887529120322.html
 
 

 
 
 
 
 
 

Boost_Test.cpp代码
// Boost_Test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <boost/shared_ptr.hpp>
#include <boost/regex.hpp>
using namespace std;
struct Hello
{
 
 
 
 
 
 
 
 
 
};
int _tmain(int argc, _TCHAR* argv[])
{
 
 
 
 
 
 
 
}
参考网页:http://tech.ddvip.com/2009-05/1242887529120322.html
Boost_Test.cpp代码
// Boost_Test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <boost/shared_ptr.hpp>
#include <boost/regex.hpp>
using namespace std;
struct Hello
{
};
int _tmain(int argc, _TCHAR* argv[])
{
}
 
