c++中指数运算符

c++中指数运算符"^"是什么_百度知道

瀏覽:1077
日期:2025-04-25
2011年12月1日 - ^ 是按位“异或”运算符。 指数运算要调用数学函数pow (5,2). 别忘了头文件#include ================== #include #include ......看更多