开源使用者
标签
c++中char和signed char的区别?
2022-01-12 00:00:00
char
signed
c++
c++11
typetraits
为什么我不能在 char * 和 unsigned char * 之间进行静态转换?
2022-01-12 00:00:00
char
c++
unsigned-char
static-cast
reinterpret-cast
按字节读取内存:“signed char *"vs“无符号字符*"
2022-01-12 00:00:00
c
char
coding-style
c++
unsigned-char
如何使用 ostream 在 c++ 中将 unsigned char 打印为十六进制?
2022-01-12 00:00:00
formatting
c++
ostream
时间:2019-05-10 标签:c++uint,unsignedint,int
2022-01-10 00:00:00
indexing
int
iterator
unsigned
c++
如何将 PKCS7_sign 结果转换为 char * 或 std::string
2022-01-07 00:00:00
openssl
c++
smime
聚合“BIGNUM foo"的类型不完整,无法定义
2022-01-07 00:00:00
openssl
makefile
c++
g++ 4.7.1 编译错误:“strsignal"的类型冲突
2022-01-04 00:00:00
compilation
g++
ubuntu-12.04
c++
在 GNU c++ 编译器中运行一个包含多个源文件的程序
2022-01-04 00:00:00
compilation
c
c++
gnu
C++ 风格从 unsigned char * 转换为 const char *
2021-12-31 00:00:00
constants
casting
c++
为什么 unsigned int 0xFFFFFFFF 等于 int -1?
2021-12-31 00:00:00
binary
c
casting
c++
msvc is_copy_assignable 始终为真?
2021-12-31 00:00:00
visual-c++
c++
c++11
visual-studio-2013
在 MS Visual Studio 2013 中,我可以使用什么来代替 std::aligned_alloc?
2021-12-31 00:00:00
c++
visual-studio-2013
dynamic-memory-allocation
memory-alignment
C/C99/C++/C++x/GNU C/GNU C99 中枚举的签名
2021-12-29 00:00:00
c
enums
signed
c++
c99
如何在 gnome 终端中执行 CLion 程序?
2021-12-28 00:00:00
terminal
c++
clion
Qt Designer,缺少“转到插槽"在上下文菜单中?
2021-12-26 00:00:00
qt
qt-designer
signals-slots
netbeans
c++
什么时候 uint8_t ≠ unsigned char?
2021-12-25 00:00:00
c
types
c++
unsigned-char
uint8t
为什么 C++ 流使用 char 而不是 unsigned char?
2021-12-25 00:00:00
overflow
stream
types
iostream
c++
为什么用整数文字调用重载的 ambig(long) 和 ambig(unsigned long) 是不明确的?
2021-12-22 00:00:00
visual-c++
c++
ambiguity
为什么在 cin.ignore() 之后没有 getline(cin, var) 读取字符串的第一个字符?
2021-12-21 00:00:00
input
c++
getline
cin
«
11
12
13
14
15
16
17
18
19
20
»