Header files in dev-C++

后端 未结 5 1857
难免孤独
难免孤独 2021-01-21 00:07

I\'m trying to add an header file to dev-C++ but when I compile it it doesn\'t work. Here are my exact steps (for my example, I\'m trying to get mysql.h to work):

5条回答
  •  猫巷女王i
    2021-01-21 00:40

    Dev-C++ is a port of GCC, so try this page: http://gcc.gnu.org/onlinedocs/cpp/Search-Path.html.

    Note that you probably have to tinkle with the Makefile.

提交回复
热议问题