I use my site to encode (and progress in my programming projects) on the Internet, while studying and sending the code to my email address to continue working on it at home.
The text can be inside the <textarea> or <input> field (using name="Code" id="Code" ).
In any case, I cannot send text containing the C / C ++ fgets() function:
TODO: Include a more stable function to get user input, such as fgets(input, 20, stdin);
I have no idea why to send text: fgets(input, 20, stdin) will be a problem, and why any text inside <textarea> or <input> will be a problem, because all this is just text, not the actual code.
When I click the Submit button and the text in <textarea> contains fgets() , nothing happens (instead of the Invalid input message or Email Sent message), and my text is not sent.
source share