This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Just need a quick confirmation for my co-worker that Java doesn't support optional parameterex in C++
void func(int par1=1, int par2=2)
{
...
};
-bluelotus(时光漫步);
2003-8-21
{56}
(#1340753@0)
-
you can overload to work around
-agentkiller(key);
2003-8-21
(#1340817@0)
-
thanks
-bluelotus(时光漫步);
2003-8-21
(#1340823@0)