由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - which header file declares ntohs() in c++ ?
相关主题
ask a question about compile shared library using libtool基础问题:在header里面define function
一道面试怪题C++. (转载)how to split function declaration and implementation in C#
forward declaration菜鸟求助:怎么自动include header file?
how to convert GMT to timestamp of the computer's current timeurl header问题
[合集] 超强的bugHTTP Error 403
Question about friend in C++Re: How to write this makefile?
请教有关header file的几个问题[转载] 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TEXT又有
关于C++ STL编译的疑问How to see the content of a library file
相关话题的讨论汇总
话题: ntohs话题: declares话题: header话题: file话题: c++
进入Programming版参与讨论
1 (共1页)
r*******y
发帖数: 1081
1
Thanks.
t****t
发帖数: 6806
2
man ntohs

【在 r*******y 的大作中提到】
: Thanks.
r*******y
发帖数: 1081
3
it only gives the include file in c

【在 t****t 的大作中提到】
: man ntohs
t****t
发帖数: 6806
4
and that's the one.

【在 r*******y 的大作中提到】
: it only gives the include file in c
r*******y
发帖数: 1081
5
so I have to use
extern "C" {
#include
}

【在 t****t 的大作中提到】
: and that's the one.
t****t
发帖数: 6806
6
lol, you are worrying about that.
system headers are smarter than this.

【在 r*******y 的大作中提到】
: so I have to use
: extern "C" {
: #include
: }

1 (共1页)
进入Programming版参与讨论
相关主题
How to see the content of a library file[合集] 超强的bug
size of structureQuestion about friend in C++
A function can be history-sensitive??????请教有关header file的几个问题
Question about 关于C++ STL编译的疑问
ask a question about compile shared library using libtool基础问题:在header里面define function
一道面试怪题C++. (转载)how to split function declaration and implementation in C#
forward declaration菜鸟求助:怎么自动include header file?
how to convert GMT to timestamp of the computer's current timeurl header问题
相关话题的讨论汇总
话题: ntohs话题: declares话题: header话题: file话题: c++