由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - What is the exponential operator for C++?
相关主题
c++ 里面 @ 不能 overload?子类的assignment operator 怎么访问父类的private member
为什么exponentiation operator(^)是right associative的问个剧简单的问题...
[C++] 入门级问题 increment and decrement operatorsoperator overloading<< or >>
why copy assignment operator returns non-const type?用STL map的时候怎么自己定义大小比较的关系
C++ 中 myobject * a =new myobject[n] 的问题为什么在overloading中,friend <<不能读取private值呢?
why use static function here?C++ template question
What does C++ program return to the operating system?c++ 得最基本问题
C++中怎么传递std::hex这样的参数啊dynamic_cast operator in C++
相关话题的讨论汇总
话题: what话题: c++
进入Programming版参与讨论
1 (共1页)
t**********s
发帖数: 930
1
好象没有吗?
s****u
发帖数: 118
2
底数是e,用exp(double)
指数是整数,直接乘
指数是浮点数,用pow(double, double)

【在 t**********s 的大作中提到】
: 好象没有吗?
1 (共1页)
进入Programming版参与讨论
相关主题
dynamic_cast operator in C++C++ 中 myobject * a =new myobject[n] 的问题
问两个问题,C++why use static function here?
What is the difference between operator new and the newWhat does C++ program return to the operating system?
请教: 用stable_sort 在VC++下通过但在g++下通不过C++中怎么传递std::hex这样的参数啊
c++ 里面 @ 不能 overload?子类的assignment operator 怎么访问父类的private member
为什么exponentiation operator(^)是right associative的问个剧简单的问题...
[C++] 入门级问题 increment and decrement operatorsoperator overloading<< or >>
why copy assignment operator returns non-const type?用STL map的时候怎么自己定义大小比较的关系
相关话题的讨论汇总
话题: what话题: c++