Effective C++中文版
对每个人来说,习惯C++需求一些时刻,关于现已熟悉C的程序员来说,这个进程特别令人烦恼。由于C是C++的子集,一切的C的技术都可以持续使
用,但很多用起来又不太合适。例如,C++程序员会以为指针的指针看起来很
乖僻,他们会问:为何不必指针的引用来代替呢?
EffectiveC++.pdf
(Getting used to C takes some time for everyone, and for programmers who are now familiar with C,
This process is particularly annoying. Since C is a subset of C, all C technologies can continue to be used
used, but many of them are not suitable. For example, a C programmer would think that a pointer to a pointer looks very
Oddly, they will ask: why not have a reference to a pointer instead?
EffectiveC.pdf)
页:
[1]