由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c++里面caveats太多了
相关主题
问两个问题,C++请教c++ interface class问题
请问static variable init的问题?c++ 语法
why use static function here?c++ 弱问题:static const char* const 这两个const 分别是什么意思?
C++ question[合集] static const代替define的performance tradeoff在哪里?
C++ cast 小结请教个Bloomberg 的 C++ 题目
请问如何把初始化一个const 的vector (or array) in a class?[C++] when destructors get called
C++默认的copy constructor的疑惑【C++】请问这样有没有memory leak?多谢
What're the three types of memory allocated for C++ variables?Re: can destructor be static?
相关话题的讨论汇总
话题: static话题: c++话题: caveats话题: const话题: 里面
进入Programming版参与讨论
1 (共1页)
m******t
发帖数: 4077
1
比如说pure virtual destructor必须要define,又可以不用override,又比如static
const必须要再定义的时候init,但是static const的array又不能。还是C直接了当的
痛快。
--读书有感
m*******l
发帖数: 12782
2
...wrong

static

【在 m******t 的大作中提到】
: 比如说pure virtual destructor必须要define,又可以不用override,又比如static
: const必须要再定义的时候init,但是static const的array又不能。还是C直接了当的
: 痛快。
: --读书有感

t****t
发帖数: 6806
3
论点和论据都错了, 零分!

static

【在 m******t 的大作中提到】
: 比如说pure virtual destructor必须要define,又可以不用override,又比如static
: const必须要再定义的时候init,但是static const的array又不能。还是C直接了当的
: 痛快。
: --读书有感

m*******l
发帖数: 12782
4
peng

【在 t****t 的大作中提到】
: 论点和论据都错了, 零分!
:
: static

y**b
发帖数: 10166
5
没读好。
不过C++的初始化规则确实有一团乱麻的嫌疑。

static

【在 m******t 的大作中提到】
: 比如说pure virtual destructor必须要define,又可以不用override,又比如static
: const必须要再定义的时候init,但是static const的array又不能。还是C直接了当的
: 痛快。
: --读书有感

d**********x
发帖数: 4083
6
static的设计是脑自己里面浸水
整数型的和浮点型的有毛区别。。

【在 y**b 的大作中提到】
: 没读好。
: 不过C++的初始化规则确实有一团乱麻的嫌疑。
:
: static

j*****I
发帖数: 2626
7
upper level,C++好像pose给你一个包装好的对象,你调用就好了。但是lower level,
实现还是procedural的东西。再深入下去某些实现的细节,恐怕不是对象的概念本身能
够很好解释的了。

static

【在 m******t 的大作中提到】
: 比如说pure virtual destructor必须要define,又可以不用override,又比如static
: const必须要再定义的时候init,但是static const的array又不能。还是C直接了当的
: 痛快。
: --读书有感

m*******l
发帖数: 12782
8
process 是进程吧
线程是thread

faced

【在 j*****I 的大作中提到】
: upper level,C++好像pose给你一个包装好的对象,你调用就好了。但是lower level,
: 实现还是procedural的东西。再深入下去某些实现的细节,恐怕不是对象的概念本身能
: 够很好解释的了。
:
: static

j*****I
发帖数: 2626
9
typo. corrected.

【在 m*******l 的大作中提到】
: process 是进程吧
: 线程是thread
:
: faced

1 (共1页)
进入Programming版参与讨论
相关主题
Re: can destructor be static?C++ cast 小结
A question about singleton请问如何把初始化一个const 的vector (or array) in a class?
菜鸟请教smart pointerC++默认的copy constructor的疑惑
How to initialize object in constructor?What're the three types of memory allocated for C++ variables?
问两个问题,C++请教c++ interface class问题
请问static variable init的问题?c++ 语法
why use static function here?c++ 弱问题:static const char* const 这两个const 分别是什么意思?
C++ question[合集] static const代替define的performance tradeoff在哪里?
相关话题的讨论汇总
话题: static话题: c++话题: caveats话题: const话题: 里面