1

Unix サーバーで C++ コードをコンパイルしようとすると例外が発生し続けますが、これらの行には次のようなものがあります。

#ifndef WEIGHTED_GRAPH_H
#endif

エラーは次のとおりです。

In file included from Weighted_graph_tester.h:17,
                     from Weighted_graph_driver.cpp:18:
    Weighted_graph.h:1: error: stray â\357â in program
    Weighted_graph.h:1: error: stray â\273â in program
    Weighted_graph.h:1: error: stray â\277â in program
    Weighted_graph.h:1: error: stray â#â in program
    In file included from Weighted_graph_tester.h:17,
                     from Weighted_graph_driver.cpp:18:
    Weighted_graph.h:172:2: error: #endif without #if
    Weighted_graph.h:1: error: âifndefâ does not name a type

何か案は?

4

1 に答える 1