#include <gmp.h>

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了#include <gmp.h>相关的知识,希望对你有一定的参考价值。

请问前辈们,#include <gmp.h>这个头文件有什么用,为什么在C的代码里面而以前从来没有见过

This file is part of the GNU C Library.

gmp.h是GMP高精度数学库head file

#include"C:\\gmp-4.2.1-P4\\include\\gmp.h"
#pragma comment(lib, "C:\\gmp-4.2.1-P4\\lib\\Win32\\Release\\gmp.lib")
#include <stdio.h>

加这一句“#pragma comment(lib, "gmp.lib") ”,包括完整路径名
参考技术A Quote from gmp.h itself

gmp.h is the "Definitions for GNU multiple precision functions."

以上是关于#include <gmp.h>的主要内容,如果未能解决你的问题,请参考以下文章

vs2017使用gmp类库时输入输出符号无法解析外部符号

缺少共享库(g++ 编译)

尝试使用 boost 库时缺少 gmp.h

覆盖默认标题搜索路径

POJ 1038 Bugs Integrated, Inc. ——状压DP

freemaker之include,import区别