协慌网
登录
贡献
社区
如何找出 std :: vector 中是否存在项目?
c++
vector
std
如何达到每个周期 4 个 FLOP 的理论最大值?
c++
assembly
x86-64
cpu-architecture
flops
`constexpr` 和 `const` 之间的区别
c++
c++11
constants
constexpr
在 C ++ 中使用 ifstream 逐行读取文件
c++
file-io
ofstream
以每种语言编译时,在 C 和 C ++ 中都有效的代码能否产生不同的行为?
c++
c
睡眠数毫秒
c++
linux
sleep
如何串联一个 std :: string 和一个 int?
c++
int
concatenation
stdstring
为什么使用 static_cast <int>(x)而不是(int)x?
c++
casting
static-cast
将向量附加到向量
c++
stl
vector
C ++ 标准说明 int,long 类型的大小是什么?
c++
c++-faq
调用基类构造函数的规则是什么?
c++
inheritance
constructor
为什么结构的 sizeof 不等于每个成员的 sizeof 之和?
c++
c
struct
sizeof
c++-faq
main()在 C 和 C ++ 中应该返回什么?
c++
c
return-value
main
return-type
什么是 std :: move(),何时应使用它?
c++
c++11
move-semantics
c++-faq
stdmove
连接两个 std :: vector
c++
vector
stl
concatenation
stdvector
为什么在精确地遍历 8192 个元素时我的程序变慢?
c++
performance
memory-management
gcc
类的函数声明中 “const” 最后的含义?
c++
constants
declaration
c++-faq
什么是 “缓存友好” 代码?
c++
performance
caching
memory
cpu-cache
C ++ Singleton 设计模式
c++
design-patterns
singleton
什么是对象切片?
c++
inheritance
c++-faq
object-slicing
std :: wstring VS std :: string
c++
string
unicode
c++-faq
wstring
您如何在 C ++ 中声明接口?
c++
inheritance
interface
abstract-class
pure-virtual
为什么要在宏中使用看似毫无意义的 do-while 和 if-else 语句?
c++
c
c-preprocessor
c++-faq
如何将 std :: string 转换为小写?
c++
string
c++-standard-library
tolower
修剪 std :: string 的最佳方法是什么?
c++
trim
stdstring
为什么用于测试 Collatz 猜想的 C ++ 代码比手写汇编运行得更快?
c++
performance
assembly
optimization
x86
T &&(双 “&” 号)在 C ++ 11 中是什么意思?
c++
c++11
rvalue-reference
c++-faq
perfect-forwarding
std :: wstring VS std :: string
c++
string
unicode
c++-faq
wstring
什么是对象切片?
c++
inheritance
c++-faq
object-slicing
如何将 std :: string 转换为小写?
c++
string
c++-standard-library
tolower
为什么在正好遍历 8192 个元素时我的程序变慢?
c++
performance
memory-management
gcc
T &&(双 “&” 号)在 C ++ 11 中是什么意思?
c++
c++11
rvalue-reference
c++-faq
perfect-forwarding
为什么要在宏中使用看似毫无意义的 do-while 和 if-else 语句?
c++
c
c-preprocessor
c++-faq
修剪 std :: string 的最佳方法是什么?
c++
trim
stdstring
您如何在 C ++ 中声明接口?
c++
inheritance
interface
abstract-class
pure-virtual
为什么我的程序在完全循环 8192 个元素时会变慢?
c++
performance
memory-management
gcc
C ++ 中'struct' 和'typedef struct' 之间的区别?
c++
struct
typedef
g ++ 和 gcc 有什么区别?
c++
gcc
g++
在 C ++ 11 中'typedef' 和'using' 有什么区别?
c++
c++11
typedef
using-declaration
你如何在 C ++ 中声明一个接口?
c++
inheritance
interface
abstract-class
pure-virtual
用于测试 Collatz 猜想的 C ++ 代码比手写程序集更快 - 为什么?
c++
performance
assembly
optimization
x86
什么是 C ++ 仿函数及其用途?
c++
functor
function-object
function-call-operator
为什么 C ++ 程序员应该尽量减少 “新” 的使用?
c++
memory-management
heap
new-operator
c++-faq
我可以在 C ++ 中从另一个构造函数(构造函数链接)调用构造函数吗?
c++
constructor
什么时候应该在 C ++ 中使用类 vs 结构?
c++
oop
class
struct
ooad
如何将 std :: string 转换为 const char * 或 char *?
c++
string
char
const
C ++ 中的 POD 类型是什么?
c++
types
c++-faq
为什么不能在 switch 语句中声明变量?
c++
switch-statement
在 C ++ 标识符中使用下划线有哪些规则?
c++
naming-conventions
standards
c++-faq
私有,公共和受保护继承之间的区别
c++
inheritance
encapsulation
access-specifier
c++-faq
上一页
1
2
下一页