开源使用者
标签
为什么在 cin.ignore() 之后没有 getline(cin, var) 读取字符串的第一个字符?
2021-12-21 00:00:00
input
c++
getline
cin
为什么 libc++ std::vector 在内部保留三个指针而不是一个指针和两个大小?
2021-12-21 00:00:00
vector
c++
stl
libc++
什么是 glibc free/malloc/realloc invalid next size/invalid pointer error 以及如何修复它?
2021-12-21 00:00:00
memory
c
c++
glibc
GCC 内联 C++ 函数是否没有“inline"关键字?
2021-12-20 00:00:00
gcc
optimization
inline
c++
optimizer-hints
OS X 上 Eclipse 中的 OpenGL 和 GLUT
2021-12-19 00:00:00
opengl
macos
c++
eclipse-cdt
glut
对于跨平台游戏,我是否必须使用 OpenGL 数据类型(GLint、CLchar 等)?
2021-12-19 00:00:00
opengl
types
cross-platform
c++
如何知道 CMakeLists 的库变量名称?
2021-12-19 00:00:00
opengl
cmake
c++
glPixelStorei(GL_UNPACK_ALIGNMENT, 1) 缺点?
2021-12-19 00:00:00
opengl
alignment
textures
c++
pbo
对于不遵循 libNAME.so 命名约定的库,如何在不使用 -l 或硬编码路径的情况下使用 GCC 进行链接?
2021-12-18 00:00:00
gcc
c
shared-libraries
linker
c++
使用 -static-libgcc -static-libstdc++ 编译仍然会导致对 libc.so 的动态依赖
2021-12-18 00:00:00
gcc
c
c++
static-linking
glibc
对 `__gxx_personality_sj0` 的未定义引用
2021-12-18 00:00:00
gcc
linker-errors
c++
undefined-reference
什么时候需要使用标志 -stdlib=libstdc++?
2021-12-18 00:00:00
gcc
c++
c++11
libstdc++
std
内联调用 always_inline '__m256d _mm256_broadcast_sd(const double*)' 失败
2021-12-18 00:00:00
gcc
c++
intrinsics
avx
x86
启用 openmp 时出错 - “ld: library not found for -lgomp"和 Clang 错误
2021-12-18 00:00:00
gcc
clang
openmp
c++
osx-mavericks
链接上的未定义符号 ___gxx_personality_v0
2021-12-18 00:00:00
gcc
c
g++
c++
如何使用 gcc/g++ 在 Linux 上为 Windows 编译?
2021-12-18 00:00:00
opengl
gcc
c++
glut
freeglut
/usr/lib/libstdc++.so.6:未找到版本“GLIBCXX_3.4.15"
2021-12-18 00:00:00
gcc
c++
libstdc++
__gxx_personality_v0 有什么用?
2021-12-18 00:00:00
gcc
kernel
linker
c++
我如何调用“cpuid"?在 Linux 中?
2021-12-18 00:00:00
gcc
assembly
c++
x86
cpuid
从 dll 返回 std::string/std::list
2021-12-18 00:00:00
dll
winapi
c++
«
205
206
207
208
209
210
211
212
213
214
»