2009年2月19日 星期四

typedef 語法

typedef int MYINT; <== 必需加分號,否則編譯會錯

-> define MYINT as int

Example:

int main()
{
MYINT var;
}

沒有留言:

張貼留言