C++中 转换进制 使用 dex hex 应该引用哪个头文件?
#include "stdafx.h"#include "iostream"
using namespace std;
int main(int argc, char* argv[])
{
//printf("Hello World!\n");
char const charArray[] = "abcdefghijklmnopqrstuvwxyz0123456789";
for(int k=0; k < sizeof(charArray)-1; ++k)
cout << dex << int(charArray[k]) << endl;
return 0;
}
报错:F:\VC++项目\4x4\4x4.cpp(13) : error C2065: 'dex' : undeclared identifier