由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] A very weird bug......
相关主题
[合集] 关于C++ STL的list的一个问题weird problem with DynaForm on struts (转载)
[合集] How to link with mexso weird (转载)
[合集] 关于vector存储value copy的一个问题[合集] weird gdb problem
[合集] C++里面这两个语句有没有任何区别?[合集] read in file in c++ ,weird ?
question about Design PatternsA weird C programming language--Return a pointer to array
A weird segmentation fault!Javascipt是糙快猛的典范
怎么把hash of hash 存到数据库里?new了指针,delete的时候出错了
Weird! string length problem.re一问
相关话题的讨论汇总
话题: floor话题: double话题: very话题: weird话题: both
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
dArtagnan (达达尼昂) 于 (Thu Mar 13 23:19:06 2008) 提到:
I have defined a class Floor with its constructor as follows:
class Floor{
private:
//...
public:
Floor(double x0, double y0, double xM, double yM, double r = 1.0,
int
meshOrder = 1);
//...
};
I have tried both of the following:
Floor floor(-5.0, -5.0, 10.0, 10.0, 1.0);
Floor floor(-5.0, -5.0, 10.0, 10.0);
In both cases, after floor is constructed, in the very first member
function of Floor tha
1 (共1页)
进入Programming版参与讨论
相关主题
re一问question about Design Patterns
how to implement binary tree efficiently?A weird segmentation fault!
请问大家一个图形的问题:怎么把hash of hash 存到数据库里?
C++问题,confusing...Weird! string length problem.
[合集] 关于C++ STL的list的一个问题weird problem with DynaForm on struts (转载)
[合集] How to link with mexso weird (转载)
[合集] 关于vector存储value copy的一个问题[合集] weird gdb problem
[合集] C++里面这两个语句有没有任何区别?[合集] read in file in c++ ,weird ?
相关话题的讨论汇总
话题: floor话题: double话题: very话题: weird话题: both