一个C++工程可以只有2个cpp文件,不用.h文件吗
//比如1.cpp#include"2.cpp"intmain(){test1();return0;}//2.cpp#include<iostream>usingname...
//比如1.cpp
#include"2.cpp"
int main()
{
test1();
return 0;
}
//2.cpp
#include <iostream>
using namespace std;
void test1()
{
cout<<"haha"<<endl;
} 展开
#include"2.cpp"
int main()
{
test1();
return 0;
}
//2.cpp
#include <iostream>
using namespace std;
void test1()
{
cout<<"haha"<<endl;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询