码迷,mamicode.com
首页 > 编程语言 > 详细

c++ demo

时间:2019-03-11 01:03:39      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:clu   lib   col   cout   bsp   include   demo   code   form   

 

#include "stdafx.h"
#include <boost\version.hpp>
#include <boost\config.hpp>
#include <iostream>
using namespace std;

int main()
{
    cout << "boost 版本:" << BOOST_VERSION << endl;
    cout << "boost lib 版本:" << BOOST_LIB_VERSION << endl;
    cout << "操作系统:" << BOOST_PLATFORM << endl;
    cout << "编译器:" << BOOST_COMPILER << endl;
    cout << "标准库:" << BOOST_STDLIB << endl;
    system("pause");
    return 0;
}

 

c++ demo

标签:clu   lib   col   cout   bsp   include   demo   code   form   

原文地址:https://www.cnblogs.com/sea-stream/p/10507983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!