C++中库内没有#include#include <iomanip.h>怎么办
//335,14.5.cpp:定义控制台应用程序的入口点。//#include"stdafx.h"#include<iostream>usingnamespacestd;...
// 335,14.5.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <iostream>
using namespace std;
#include <iomanip.h>
void _tmain(int argc, _TCHAR* argv[])
{
int a=10;
int &b=a;
a = a * a;
cout<<a<<setw(6)<<b;
b=b/5;
cout<<b<<setw(6)<<a;
} 展开
//
#include "stdafx.h"
#include <iostream>
using namespace std;
#include <iomanip.h>
void _tmain(int argc, _TCHAR* argv[])
{
int a=10;
int &b=a;
a = a * a;
cout<<a<<setw(6)<<b;
b=b/5;
cout<<b<<setw(6)<<a;
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询