开源使用者 标签

C++:是否可以使用引用作为映射中的值?

2022-01-05 00:00:00 reference c++ map

我可以使用 #include "pch.h" 吗?而不是 #include "stdafx.h";作为我在 Visual Studio C++ 中的预编译头文件?

2021-12-31 00:00:00 visual-studio compiler-errors c++

我可以使用 C 样式转换将派生类转换为私有基类吗?

2021-12-31 00:00:00 casting c++ upcasting private-inheritance

在 MS Visual Studio 2013 中,我可以使用什么来代替 std::aligned_alloc?

2021-12-31 00:00:00 c++ visual-studio-2013 dynamic-memory-allocation memory-alignment

为什么人们在 C++ 中使用枚举作为常量而他们可以使用 const?

2021-12-29 00:00:00 enums enumeration c++

如果 32 位整数溢出,我们可以使用 40 位结构而不是 64 位长的结构吗?

2021-12-24 00:00:00 c memory-management c++ integer-overflow

是否可以使用 boost::filter_iterator 进行输出?

2021-12-24 00:00:00 c++ stl boost

我可以使用 (boost) 绑定函数模板吗?

2021-12-24 00:00:00 c++ boost function-templates boost-bind

是否可以使用 CMake 构建 Boost?

2021-12-24 00:00:00 cmake c++ boost

我可以使用 boost 库来执行跨平台应用程序吗?

2021-12-24 00:00:00 cross-platform c++ boost

我可以使用掩码在带有 Boost 的目录中迭代文件吗?

2021-12-24 00:00:00 filesystems c++ boost

我们可以使用 lambda 表达式作为函数参数的默认值吗?

2021-12-23 00:00:00 lambda c++ c++11

什么 C/C++ 编译器可以使用 push pop 指令来创建局部变量,而不是仅仅增加一次 esp?

2021-12-18 00:00:00 compiler-optimization assembly c++ micro-optimization x86

我可以使用 CreateFile,但将句柄强制转换为 std::ofstream 吗?

2021-12-17 00:00:00 windows winapi iostream c++

可以使用模板按名称访问结构变量吗?

2021-12-13 00:00:00 templates c++

为什么我可以使用无效的类指针进行函数调用

2021-12-13 00:00:00 function pointers c++

对于具有线性存储的容器,可以使用原始指针代替带有 STL 算法的迭代器吗?

2021-12-13 00:00:00 pointers iterator c++ stl

if (cin >> x) - 为什么你可以使用那个条件?

2021-12-12 00:00:00 variables if-statement c++ cin

我可以使用 if (pointer) 而不是 if (pointer != NULL) 吗?

2021-12-12 00:00:00 pointers null if-statement c++ null-pointer

我可以使用 break 退出多个嵌套的“for"循环吗?

2021-12-11 00:00:00 for-loop break nested-loops c++
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • »

友情链接: 雨伦博客   雅安论坛

京ICP备15023317号-6