c++98 相关问题

1998年修订的C ++标准,ISO / IEC 14882:1998。

如何用宏做static_assert?

我曾尝试使用此建议来执行静态断言,但如果我在模板的方法中使用它,则不会出现编译错误。示例如下:#include #define ...

回答 5 投票 0

将字符串*分配给char * c ++ [关闭]

我需要用c ++读取一个文件并保存每一行(在向量中),因为我将在以后处理它们。我还需要保存一个char *向量,它将指向每个字符串*的第一个位置。 ......

回答 1 投票 -4

如何遍历递归模板类

我想遍历多个深度模板类。在C ++ 98中(在c ++ 11之前)。 pesudo代码。模板 std :: string find_type(T * ptr); template <> std :: string find_type

回答 1 投票 1

© www.soinside.com 2019 - 2024. All rights reserved.