STRING RESEARCH IN THE C++ PROGRAMMING LANGUAGE

Authors

  • Aslonov Qodir Ziyodullayevich Asiya International University

Keywords:

C++, string, wstring, UTF-8.

Abstract

This article explores the structure, manipulation, and research approaches related to strings—also referred to as “lines”—in the C++ programming language. Strings are among the most fundamental data types in modern software engineering, serving as the basis for text processing, user interaction, and data representation. The study investigates standard string implementations in C++, including char arrays, std::string, and std::wstring, while analyzing the performance, memory management, and algorithmic complexity associated with string operations. The findings show that modern C++ standards, especially since C++11 and later, have optimized string handling through move semantics, better memory allocation, and integration with standard algorithms.

Downloads

Download data is not yet available.

References

Stroustrup, B. (2013). The C++ Programming Language (4th Edition). Addison-Wesley.

ISO/IEC 14882:2020. Programming Language C++ Standard.

Josuttis, N. (2012). The C++ Standard Library: A Tutorial and Reference. Addison-Wesley.

Meyers, S. (2014). Effective Modern C++. O’Reilly Media.

Boost C++ Libraries Documentation (2024). String and Locale Libraries.

Downloads

Published

2025-10-15

How to Cite

Aslonov Qodir Ziyodullayevich. (2025). STRING RESEARCH IN THE C++ PROGRAMMING LANGUAGE. Journal of Applied Science and Social Science, 15(10), 734–736. Retrieved from https://www.internationaljournal.co.in/index.php/jasass/article/view/2104