由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 请教: c++ 重载问题
相关主题
如何高效overload binary operation给大家列几个C++的盲点
本科学过C++,现在想brush up 求推荐英文教材一般电面C++会问到什么专业问题?
怎么调用已经被重载的父类方法?问个超级小问题
问个hashtable实现问题Bloomberg Online Assessment 样题
求解释一下java decorator问一个C++的小细节,和leetcode也有关
请问Java里是否有类似<<>>的重载?C++里面能否检测一个虚函数是否被重载?
请教java中compareTo的方法西方连TMD语言都没发展健全,还谈狗屁文化?
C++重载<<错误?C++奇怪的问踢
相关话题的讨论汇总
话题: terminate话题: write话题: function话题: 重载话题: argument
进入Quant版参与讨论
1 (共1页)
D******4
发帖数: 47
1
遇到一个关于terminate() 在 c++里的重载问题,请问各位大虾这个如何是好。。
Which of the following methods can a developer use to override the default
ter
minate() function in C++?
A. Write the terminate() function with two int arguments.
B. Write the terminate() function with a runtime_error
argument.
C. Pass the address of the overriding function to the
set_terminate() functi
on.
D. Write the terminate() function with one int argument.
E. Write the terminate() function with a runtime_exception
argument.
我只知道C是可以的。
这个可以当做普通的重载来做吗?多谢。。。
k*******d
发帖数: 1340
2
本来我也不懂的,看了这个问题google了一下
http://www.cplusplus.com/reference/std/exception/terminate/
应该是C
我不觉得任何增加argument的overload function会有用,因为程序call的就是
terminate()
D******4
发帖数: 47
3
多谢~

【在 k*******d 的大作中提到】
: 本来我也不懂的,看了这个问题google了一下
: http://www.cplusplus.com/reference/std/exception/terminate/
: 应该是C
: 我不觉得任何增加argument的overload function会有用,因为程序call的就是
: terminate()

1 (共1页)
进入Quant版参与讨论
相关主题
C++奇怪的问踢求解释一下java decorator
Java里有没有类似C++的IO重载<<>>?请问Java里是否有类似<<>>的重载?
C++命名空间和算子重载请教java中compareTo的方法
一个C++ operator new的重载问题C++重载<<错误?
如何高效overload binary operation给大家列几个C++的盲点
本科学过C++,现在想brush up 求推荐英文教材一般电面C++会问到什么专业问题?
怎么调用已经被重载的父类方法?问个超级小问题
问个hashtable实现问题Bloomberg Online Assessment 样题
相关话题的讨论汇总
话题: terminate话题: write话题: function话题: 重载话题: argument