Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear friends,
I am a POS developer,and i handle some project ,in this project i send some input request to server that is handle by third party,then this server send me to response, this response is encrapted one and it also comeup with four EOT('\0x4') characters i want remove this EOT how can do this in C
Posted
Comments
[no name] 10-Feb-14 1:44am    
What's the question? You have a buffer with some data and some characters you wish to ignore/discard. How is this a problem?
CPallini 10-Feb-14 5:19am    
Please show us some code, an input example (that is an example of the received buffer content), the expected output.

1 solution

I already explained to you what to do at http://www.codeproject.com/Messages/4754760/A-problem-regarding-EOT.aspx[^]. Please do not repost the same question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900