GeoIP C API (Linux下使用)
This API should work on most UNIX and GNU/Linux platforms and is thread-safe. ./configure make make check make install For installing on Windows, see the READMEwin32.txt file supplied with the distribution. Usage This following sample code looks up the country code by IP address: #include int main (int argc, char *argv[]) { GeoIP * gi; gi = GeoIP_new(GEOIP_STANDARD); printf("code %s\n", GeoIP_country_code_by_name(gi, "yahoo.com")); } To compile this example, run gcc -lGeoIP example.c. *argv[]) { GeoIP * gi; gi = GeoIP_new(GEOIP_STANDARD); printf("code %s\n", GeoIP_country_code_by_name(gi, "yahoo.com")); } To compile this example, run gcc -lGeoIP example.c.
推荐下载
-
Unix Linux下C编程
Unix、Linux 下C编程,提供了Unix Linux 下C 编程的高级用法。
39 2018-12-15 -
linux下C++编程
包括:(1)掌握C++.ppt(2)练成Linux高手.chm(3)Ubuntu的获取与安装.doc(4)RoboCup2010Qualification.pdf(5)Ocean3D新手入门指南.pd
40 2019-07-24 -
Linux下C编程.rar
LinuxC编程主要讲述的是如何在linux下编写C程序
17 2019-07-19 -
linux下的C应用
嵌入式开发及c语言程序开发的应用讲解!!!
33 2019-09-24 -
LINUX下C++socket
基本的LINUX 下socket clint和server下载。可以下载看一下哦。
42 2018-12-25 -
Linux下C函数.zip
在Linux操作系统中,C语言是核心编程语言,用于构建系统级软件、库和各种应用程序。本资源'Linux下C函数.zip'包含了一份关于Linux环境下C函数的手册CHM版,这是学习和开发Linux C
0 2024-10-14 -
linux下c压缩源码
linux下c++压缩源码
27 2019-01-07 -
Linux下的C开发
该课程是为期四个月的全日制职业培训,要求学员毕业时具备非常Solid的C语言编程能力,能熟练地使用Linux系统,同时对计算机体系结构与指令集、操作系统原理和设备驱动程序都有比较深入的了解。然而学员入
29 2018-12-29 -
linux下C程序开发
linux下C程序开发,适合linux爱好者
32 2019-01-08 -
linux下C函数详解
非常全面的讲解了Linux下的c函数,可以当手册来用,查询起来很方便。
32 2019-01-09
用户评论