2008/9/2

兩個程式檔.cpp的全域變數的宣告

In main.cpp
object global_value=xxx;
int main(){
.......
}
In function.cpp
extern object global_value;
int function(){
}