由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ question
相关主题
C++ Q96: function inheritance (转载)问一个sort的问题
boost::function 的 syntax 问题请教C++类设计问题
what is the job of this function ?C++子类中调用父类指针的问题
用STL map的时候怎么自己定义大小比较的关系一个C#似疑模板问题
C++ template question请教一下,C++如何判断未初始化的变量
how to write some C/C++ program to enable dual monitor?请教C++ STL中priority_queue模板参数中的Compare函数
请教: 用stable_sort 在VC++下通过但在g++下通不过问几个C++面试题吧
one more c++ question还是咱们这儿,亲。
相关话题的讨论汇总
话题: c++话题: function话题: when
进入Programming版参与讨论
1 (共1页)
D**8
发帖数: 25
1
what is a more appropriate name for the following function? When might be
expected to see such a function?
bool foo(double z)
{
return z == z;
}
t****t
发帖数: 6806
2
http://www.mitbbs.com/mitbbs_article_t.php?board=Programming&gi

【在 D**8 的大作中提到】
: what is a more appropriate name for the following function? When might be
: expected to see such a function?
: bool foo(double z)
: {
: return z == z;
: }

l********a
发帖数: 1154
3
bool equal()
t****t
发帖数: 6806
4
好歹想想再说啊.

【在 l********a 的大作中提到】
: bool equal()
1 (共1页)
进入Programming版参与讨论
相关主题
还是咱们这儿,亲。C++ template question
could anybody please tell me what " while(cin) {...}" means?how to write some C/C++ program to enable dual monitor?
C++ vector 到底能多大请教: 用stable_sort 在VC++下通过但在g++下通不过
请教如何自己C++编程牛逼些one more c++ question
C++ Q96: function inheritance (转载)问一个sort的问题
boost::function 的 syntax 问题请教C++类设计问题
what is the job of this function ?C++子类中调用父类指针的问题
用STL map的时候怎么自己定义大小比较的关系一个C#似疑模板问题
相关话题的讨论汇总
话题: c++话题: function话题: when