I need to work with a number of characters. The number of characters can be up to 10 11 . In a regular array, this is not possible. What should i use? I wanted to use the gets () function to store the string. But is this possible for STL containers? If not, how?
Example: input: AMIRAHID output: AMIRAHID
How to make this possible if the number of characters reduced to 10 ^ 10 in a 32-bit machine?
Thanks in advance.
source
share