协慌网
登录
贡献
社区
C ++ 17 中有哪些新功能?
c++
standards
c++-faq
c++17
类型名称后的括号是否与 new 有区别?
c++
constructor
initialization
new-operator
c++-faq
未定义的行为和序列点
c++
undefined-behavior
c++-faq
sequence-points
可以在其范围之外访问局部变量的内存吗?
c++
memory-management
local-variables
dangling-pointer
可以在其范围之外访问局部变量的内存吗?
c++
memory-management
local-variables
dangling-pointer
我必须在何处以及为何要使用 “模板” 和“typename”关键字?
c++
templates
typename
c++-faq
dependent-name
为什么我们需要 C ++ 中的虚函数?
c++
virtual-functions
const int *,const int * const 和 int const * 之间有什么区别?
c++
c
pointers
int
const
什么是右值,左值,x 值,glvalues 和 prvalues?
c++
expression
c++-faq
c++11
用 64 位替换 32 位循环计数器会引入疯狂的性能偏差
c++
performance
optimization
assembly
compiler-optimization
什么是 C ++ 11 中的 lambda 表达式?
c++
lambda
c++11
c++-faq
什么是未定义的引用 / 未解析的外部符号错误,我该如何解决?
c++
linker-errors
undefined-reference
c++-faq
unresolved-external
何时使用虚拟析构函数?
c++
polymorphism
shared-ptr
virtual-destructor
编译用于高放射性环境的应用程序
c++
c
gcc
embedded
fault-tolerance
在 C ++ 中将 int 转换为字符串的最简单方法
c++
string
int
type-conversion
外部 “C” 在 C ++ 中有什么影响?
c++
c
linkage
name-mangling
extern-c
为什么将 0.1f 改为 0 会使性能降低 10 倍?
c++
performance
visual-studio-2010
compilation
floating-point
我为什么要使用指针而不是对象本身?
c++
pointers
c++11
< 快于 <=?
c++
performance
assembly
relational-operators
图像处理:“可口可乐罐” 识别的算法改进
c++
algorithm
image-processing
opencv
什么是移动语义?
c++
c++-faq
c++11
move-semantics
为什么模板只能在头文件中实现?
c++
templates
c++-faq
什么是智能指针,什么时候应该使用?
c++
pointers
c++11
smart-pointers
c++-faq
常规演员与 static_cast 与 dynamic_cast
c++
pointers
casting
为什么在 C ++ 中读取 stdin 的行比 Python 要慢得多?
python
c++
benchmarking
iostream
getline
如何分析在 Linux 上运行的 C ++ 代码?
c++
unix
profiling
C ++ 11 引入了标准化的内存模型。这是什么意思?它将如何影响 C ++ 编程?
c++
multithreading
c++11
language-lawyer
memory-model
家谱软件中的循环
c++
graph
cycle
assertions
family-tree
什么是复制和交换习语?
c++
copy-constructor
assignment-operator
c++-faq
copy-and-swap
#include <filename> 和 #include“filename” 有什么区别?
c++
c
include
header-files
c-preprocessor
运算符重载的基本规则和习惯用法是什么?
c++
operators
operator-overloading
c++-faq
什么是三法则?
c++
copy-constructor
assignment-operator
c++-faq
rule-of-three
为什么在单独的循环中元素添加比在组合循环中快得多?
c++
c
performance
compiler-optimization
vectorization
什么时候应该使用 static_cast,dynamic_cast,const_cast 和 reinterpret_cast?
c++
pointers
casting
c++-faq
你如何设置,清除和切换一个位?
c++
c
bit-manipulation
bitwise-operators
为什么 “使用命名空间 std” 被认为是不好的做法?
c++
namespaces
std
using-directives
c++-faq
显式关键字是什么意思?
c++
constructor
explicit
c++-faq
explicit-constructor
迭代字符串单词的最优雅方式
c++
string
split
C ++ 中指针变量和引用变量之间有什么区别?
c++
pointers
reference
c++-faq
为什么处理排过序的数组比处理未排过序的数组更快?
java
c++
performance
optimization
branch-prediction
最终 C ++ 书籍指南和列表
c++
c++-faq
C ++ 中的 “->” 运算符是什么?
c++
operators
code-formatting
standards-compliance
上一页
1
2
下一页