Build Log
  

Rebuild started: Project: Graph, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab14_ex_cr_graph\Graph\Graph\Debug\RSP00000225525796.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp"

".\has_cycle.cpp"

".\Graph.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab14_ex_cr_graph\Graph\Graph\Debug\RSP00000225525796.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
Graph.cpp
has_cycle.cpp
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(60) : error C2143: syntax error : missing ';' before '<'
        c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(99) : see reference to class template instantiation 'Graph' being compiled
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(60) : error C2238: unexpected token(s) preceding ';'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(62) : error C2143: syntax error : missing ';' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(62) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(62) : error C2238: unexpected token(s) preceding ';'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(64) : error C2143: syntax error : missing ';' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(64) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(64) : error C2238: unexpected token(s) preceding ';'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(66) : error C2143: syntax error : missing ';' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(66) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(66) : error C2238: unexpected token(s) preceding ';'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(68) : error C2146: syntax error : missing ';' before identifier 'vertices'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(68) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(68) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(70) : error C2146: syntax error : missing ';' before identifier 'edges'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(72) : error C2146: syntax error : missing ';' before identifier 'edge_vals'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(72) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(72) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C2653: 'vertex_set' : is not a class or namespace name
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C2146: syntax error : missing ';' before identifier 'vertex_iterator'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(83) : error C2653: 'edge_value_map' : is not a class or namespace name
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C2146: syntax error : missing ';' before identifier 'vertex_begin'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : warning C4183: 'vertex_begin': missing return type; assumed to be a member function returning 'int'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C2146: syntax error : missing ';' before identifier 'vertex_end'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : warning C4183: 'vertex_end': missing return type; assumed to be a member function returning 'int'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(94) : error C2143: syntax error : missing ')' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(94) : error C2143: syntax error : missing ';' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(95) : error C2059: syntax error : ')'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(95) : error C2238: unexpected token(s) preceding ';'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\has_cycle.cpp(75) : error C2143: syntax error : missing ')' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\has_cycle.cpp(75) : error C2143: syntax error : missing ';' before '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\has_cycle.cpp(75) : error C2988: unrecognizable template declaration/definition
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\has_cycle.cpp(75) : error C2059: syntax error : '<'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\has_cycle.cpp(76) : error C2059: syntax error : ')'
main.cpp
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : warning C4346: 'std::set::const_iterator' : dependent name is not a type
        prefix with 'typename' to indicate a type
        c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(99) : see reference to class template instantiation 'Graph' being compiled
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C2146: syntax error : missing ';' before identifier 'vertex_iterator'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(82) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(83) : warning C4346: 'std::map,Edge_value,std::less>>::const_iterator' : dependent name is not a type
        prefix with 'typename' to indicate a type
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(83) : error C2146: syntax error : missing ';' before identifier 'edge_iterator'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(83) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C2146: syntax error : missing ';' before identifier 'vertex_begin'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(84) : warning C4183: 'vertex_begin': missing return type; assumed to be a member function returning 'int'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C2146: syntax error : missing ';' before identifier 'vertex_end'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(85) : warning C4183: 'vertex_end': missing return type; assumed to be a member function returning 'int'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(86) : error C2146: syntax error : missing ';' before identifier 'edge_begin'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(86) : warning C4183: 'edge_begin': missing return type; assumed to be a member function returning 'int'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(87) : error C2146: syntax error : missing ';' before identifier 'edge_end'
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(87) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(87) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\documents and settings\fienup\desktop\data_courses\cs052_c++_spr10\labs_s10\lab14_ex_cr_graph\graph\graph\graph.h(87) : warning C4183: 'edge_end': missing return type; assumed to be a member function returning 'int'
Generating Code...
Results
  
Build log was saved at "file://c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab14_ex_cr_graph\Graph\Graph\Debug\BuildLog.htm"
Graph - 57 error(s), 8 warning(s)