标题:
帮忙查看 缺少什么头文件
[打印本页]
作者:
wyyy520
时间:
2005-10-18 09:46
标题:
帮忙查看 缺少什么头文件
#ifdef _MSC_VER #pragma warning(disable:4786) #endif// _MSC_VER #include
#include
#include
#include
using namespace std; #include "d_graph.h" ©int main() { ifstream graphIn; graph
g, minSpan; int weight; string fileName; cout << "Graph input 文件: "; cin >> fileName; graphIn.open(fileName.c_str()); if (!graphIn) { cerr << "Cannot open ';" << fileName << "';" << endl; exit(1); } graphIn >> g; weight = minSpanTree(g, minSpan); cout << "MST has weight "<< weight << endl << endl; cout << " --- MST Graph ---" << endl; cout << minSpan << endl; return 0; }
作者:
风灵风之子
时间:
2005-10-23 17:47
标题:
帮忙查看 缺少什么头文件
是最小生成树阿。
你最好把你全部的代码都贴出来
把这个d_graph.h你写的头文件代码贴出来
©int main()这个错了改成int main()
其余的没有仔细看哈。
欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/)
Powered by Discuz! 7.2