我有这部分代码:
std::ofstream RBXMX_Out;
std::string RBXMX_FileName;
每当我尝试编译时,我总是会收到此错误:
RBXMX_Out = std::ofstream(RBXMX_FileName, std::ios_base::out | std::ios_base::binary);
由于在Google上找不到答案,我想问Stack Overflow社区,现在,我已经包含了这个标题:
#include "stdafx.h"
#include "Scanner.h"
#include <sstream>
#include <vector>
#include <iostream>
#include <string>