when handling huge volume of data in TXT file, it is very complicate to truncate the unwanted ascii character.
If there any function in C++ or C to resolve the problem.
Kindly help me to resolve the problem.
when handling huge volume of data in TXT file, it is very complicate to truncate the unwanted ascii character.
If there any function in C++ or C to resolve the problem.
Kindly help me to resolve the problem.
>>If there any function in C++ or C to resolve the problem
Nope. The only way to get rid of characters is to completly rewrite the file, unless the characters happen to be at the end of the file.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.