string_data.h

来自「SDL_Draw chinese test」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef STRING_DATA_H
#define STRING_DATA_H

#include <clocale>
#include <string>
#include <vector>
#include "GNU/libintl.h"

class StringData
{
private:
	std::vector<std::string> data;
public:
	StringData();
	std::string operator [](const unsigned int& n) const;
};

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?