Is it possible to import functions in c++?

前端 未结 0 342
暖寄归人
暖寄归人 2020-12-03 04:23

I have two programs given below in two separate files in c++.

File A.cpp

void name(){
cin>>name;
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题