Whenever I try to do that, I get this :
warning: the `gets' function is dangerous and should not be used
now , I know why this function is awful. But for the sake of compiling my already-written program, I must use this function. What should I do so this warning won't appear? [or a function with the EXACT same properties. fgets is slightly different so my code won't work]