boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what is this ^ operator used in the function call
相关主题
[C++] 入门级问题 increment and decrement operators
Scala的operator似乎不太好读
c++ iterator 弱问
std::map
一个C++ operator new的重载问题
make 时候遇到 undefined reference 怎么办?
为啥gcc找不到类的构造函数?
一个c++小问题
这个类的default constructor怎么写
string operator +
相关话题的讨论汇总
话题: operator话题: function话题: used
进入Programming版参与讨论
1 (共1页)
c********2
发帖数: 56
1
void sendmyorder(string ^m_bs, string ^m_px)
does ^ has special meaning? or it's just part of the name?
p***o
发帖数: 1252
2
http://en.wikipedia.org/wiki/C%2B%2B/CLI

【在 c********2 的大作中提到】
: void sendmyorder(string ^m_bs, string ^m_px)
: does ^ has special meaning? or it's just part of the name?

c********2
发帖数: 56
3

Thank you!

【在 p***o 的大作中提到】
: http://en.wikipedia.org/wiki/C%2B%2B/CLI
1 (共1页)
进入Programming版参与讨论
相关主题
string operator +
const in c++
很困惑的javascript string compare问题
c++ string 一问
[合集] C/C++ calling function by name
Does have a function called find_last_of()?
why use static function here?
a c++ question
请问在class member function中如何调用overloaded function ca
overload "++i"里的operator“++”,怎么declare?
相关话题的讨论汇总
话题: operator话题: function话题: used