TechFeed
  • playlist_add_check Channels

std::stringとstd::wstringとstd::tstring
DRANK

namespace std { typedef basic_string<char, char_traits<char>, allocator<char>> string; typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t>> wstring } この定義は知ってますよね?std::stringとstd::wstringの定義です。xstringで定義されてい...

qiita.com 9 years ago
Related Topics: Visual Studio
arrow_back
open_in_new Open page
http://qiita.com/AinoMegumi/items/660364aaadf6708fb1bd
  • Blog
  • Frequently Asked Questions
  • Feedback
  • Terms of service
  • Privacy Policy
  • Posting guidelines
  • Special thanks
  • About Company
© 2025 TechFeed Inc.