#define 的一些用法 以及 迭代器的 [] 與 find()函數的區別

  #include "stdafx.h" #include <map> #include <string> #include <iostream> using namespace std; #define fn(x) int a##x; //聲明一個ax變量 a常量 x變量 #define tn(x) #x //可以直接拼一個字符串 int 可以直
相關文章
相關標籤/搜索