由於C語言沒有命名空間(namespace),防止相同名稱的函數撞車,常會看到這樣 ... create window ResT CreateWindow(int w, int h, const char* title); ...
確定! 回上一頁