Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String型と整数型を行き来する機能の作成 #58

Open
Chronoss0518 opened this issue Sep 23, 2024 · 0 comments
Open

String型と整数型を行き来する機能の作成 #58

Chronoss0518 opened this issue Sep 23, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation Feature 将来的に実装したい物

Comments

@Chronoss0518
Copy link
Owner

概要

  • 現在stringやwstringを行き来するはCRTを利用している
  • CRTを利用するとwchar_tとchar以外利用することができない

修正内容

  • char8_t,char16_t,char32_tでも利用できるようにする
  • 間に不純な値が含まれていた場合は取り除く機能も追加する
@Chronoss0518 Chronoss0518 added documentation Improvements or additions to documentation Feature 将来的に実装したい物 labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Feature 将来的に実装したい物
Projects
None yet
Development

No branches or pull requests

1 participant