← Back to topics
Topic

little note

m
matteo123
Don't use gets() in task paldrm!!!
c
crusader
In fact you should never use gets(), it's a dangerous function.
m
matteo123
Why is it dangerous function??
A
Al3kSaNdaR
I think that it is dangerous because it doesn't limit how many chars you can read using gets ( ); so it can easily lead to overflow ?