Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8009153

Introduce class for string handling (to use instead TCHAR buffers)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • install
    • None
    • b93
    • generic
    • windows
    • Not verified

      Initial suggestion:
      to avoid reimplementing a lot of functionality available in stl classes define:
      #ifdef UNICODE
          typedef std::string String;
      #else
          typedef std::wstring String;
      #endif

      Then add extra function for string manipulation (as soon as we get we need them)

        1. Strings.h
          2 kB
        2. Strings.cpp
          0.6 kB

            gucho Gunho Cho (Inactive)
            amenkov Alex Menkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: