开源使用者
标签
当涉及 std::function 或 lambda 函数时,C++11 不推断类型
2022-01-30 00:00:00
lambda
templates
c++
c++11
sizeof(some pointer) 是否总是等于四?
2022-01-31 00:00:00
memory
pointers
c
c++
sizeof
malloc() 和 free() 是如何工作的?
2022-01-30 00:00:00
c
memory-management
malloc
c++
free
typedef函数指针?
2022-01-30 00:00:00
pointers
c
c++
typedef
C ++ 11中的'typedef'和'using'有什么区别?
2022-01-30 00:00:00
c++
c++11
typedef
using-declaration
包含标题时防止多个#define
2022-01-25 00:00:00
include
c++
header-files
编译器何时以及为什么会在 malloc/free/new/delete 上将内存初始化为 0xCD、0xDD 等?
2022-01-30 00:00:00
memory
c
memory-management
c++
为什么 iostream::eof 在循环条件内(即`while (!stream.eof())`)被认为是错误的?
2022-01-30 00:00:00
iostream
c++
c++-faq
为什么在宏中使用看似毫无意义的 do-while 和 if-else 语句?
2022-01-30 00:00:00
c
c++
c-preprocessor
c++-faq
#include <filename> 和有什么区别?和#include“文件名"?
2022-01-30 00:00:00
c
include
c++
header-files
c-preprocessor
C++中'struct'和'typedef struct'的区别?
2022-01-30 00:00:00
struct
c++
typedef
如何在 Makefile 中定义多个包含路径
2022-01-25 00:00:00
makefile
include
c++
如何使用比较对象 std::find?
2022-01-25 00:00:00
find
compare
vector
c++
stl
C++/OpenSSL:使用来自缓冲区而不是文件的根 CA (SSL_CTX_load_verify_locations)
2022-01-25 00:00:00
ssl
openssl
ssl-certificate
security
c++
是否有 std::function 的独立实现?
2022-01-25 00:00:00
functional-programming
embedded
c++
stl
std::deque::push_back/front 的复杂性要求
2022-01-24 00:00:00
containers
c++
何时使用 C++ forward_list
2022-01-24 00:00:00
containers
c++
stl
forward-list
SFINAE 编译器问题
2022-01-24 00:00:00
containers
visual-studio-2008
c++
stl
sfinae
实现编译时“static-if";容器中不同字符串类型的逻辑
2022-01-24 00:00:00
containers
templates
c++
c++11
compile-time
typedef 和 const 指针的容器
2022-01-24 00:00:00
containers
c++
stl
typedef
«
330
331
332
333
334
335
336
337
338
339
»