lexical-cast

lexical-cast

文章 0 浏览 3

boost::lexical_cast 从字符串到字符异常

我对使用 boost::lexical_cast 很陌生,对其内部结构了解甚少。我正在尝试执行以下转换: string someString = boost::lexical_cast(sourceString); …

生生漫 2024-12-13 02:40:57 0 0

如何让 Boost.LexicalCast 发挥作用?

我在使用 boost::lexical_cast 时遇到问题。我正在尝试在 GLM(OpenGL 数学)库中的一个类上使用它。 为了允许词法转换,我实现了operator<<有问题的…

电影里的梦 2024-12-11 18:28:25 0 0

lexical_cast(std::string) 的替代方案

我有使用 lexical_cast 的模板化代码。 现在我想删除所有 lexical_cast 调用(因为它不能很好地与 /clr 配合使用)。 我需要在 std::string 和它们的…

开始看清了 2024-11-27 04:54:33 2 0

char 指针的模板特化?

boost::lexical_cast 是一个很棒的工具,但在我的应用程序中,我遇到了 string ->; 的限制。 bool 转换困扰着我。我需要将 "0"、"false" 和 "FALSE" …

小忆控 2024-11-18 05:42:08 2 0

C++使用模板增强 lexical_cast ?

我正在尝试构建一个将程序设置存储为 std::map 的类。由于所有程序设置都存储为字符串,我想要一个访问器方法,可以将程序设置返回到相关类型。我是 C…

夜巴黎 2024-11-15 18:35:11 3 0

stringstream:为什么“showpoint”会这样?行为类似于“固定”?

我想编写自己的 lexical_cast ,它在将 double 转换为 std::string 时保留小数点。因此,我使用 ostringstream 并设置标志 std::ios::showpoint: #in…

三生池水覆流年 2024-11-14 04:05:49 3 0

boost lexical_cast 抛出异常

我正在使用 c++ 的 boost 库,并且函数 lexical_cast 的行为非常奇怪。如果我执行 lexical_cast("0.07513994") 它工作正常,但如果我使用需要转换的变…

望笑 2024-08-22 17:47:39 6 0

结合 boost::lexical_cast 和 std::transform

我想写这样的东西,它无法编译: std::vector as; std::vector bs( as.size() ); std::transform( as.beginn(), as.end(), bs.begin(), boost::lexica…

意犹 2024-08-21 04:57:01 12 0

boost::lexical_cast 性能非常差

Windows XP SP3。 酷睿 2 双核 2.0 GHz。 我发现 boost::lexical_cast 性能非常慢。 想找出加快代码速度的方法。 在 Visual C++ 2008 上使用 /O2 优化…

酒儿 2024-07-30 11:29:20 11 0

通过 boost::lexical_cast 将 C++Builder AnsiString 转换为 std::string

对于学校作业,我必须使用 Borland C++ Builder 用 C++ 实现一个项目。 由于 VCL 对所有 GUI 组件使用 AnsiString,因此为了显示,我必须将所有 std::…

巾帼英雄 2024-07-21 16:28:56 9 0
更多

推荐作者

娇女薄笑

文章 0 评论 0

biaggi

文章 0 评论 0

xiaolangfanhua

文章 0 评论 0

rivulet

文章 0 评论 0

我三岁

文章 0 评论 0

薆情海

文章 0 评论 0

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文