由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 码题
相关主题
某某 trading 的一道题[合集] ok, not so short phone interview
也问一个题--C++has anybody tried implicit method in Chp 18 of John hull's book
问一个c++的问题[合集] Renaissance电话面世经验
又一个码题about copy-constructor
大家来讨论一下c++吧问个面试问题,请教
分享on-site经验[合集] 高盛 C++ 面试题
[合集] 分享on-site经验a c++ interview question
[合集] JP Morgan 面试之前要做一个online 的C++ test?问问数值解 Black-Scholes PDE
相关话题的讨论汇总
话题: given话题: typename话题: struct话题: template
进入Quant版参与讨论
1 (共1页)
j******n
发帖数: 271
1
Given:
struct A
{
template
A(int i)
{
T t;
// ...
}
};
How to call any of those constructors?
b*****e
发帖数: 22
2
constructors and conversion functions do not have a name, as far as compiler
is concerned. Therefore the templates cannot be instantiated explicitly.
Implicit instantiation is obviously also out of question.
1 (共1页)
进入Quant版参与讨论
相关主题
问问数值解 Black-Scholes PDE大家来讨论一下c++吧
请教2道commercial paper的题目分享on-site经验
[合集] 问个C++问题[合集] 分享on-site经验
码工试题[合集] JP Morgan 面试之前要做一个online 的C++ test?
某某 trading 的一道题[合集] ok, not so short phone interview
也问一个题--C++has anybody tried implicit method in Chp 18 of John hull's book
问一个c++的问题[合集] Renaissance电话面世经验
又一个码题about copy-constructor
相关话题的讨论汇总
话题: given话题: typename话题: struct话题: template